import { GetArtifactResponse } from '../shared/interfaces'; export declare function getArtifactPublic(artifactName: string, workflowRunId: number, repositoryOwner: string, repositoryName: string, token: string): Promise; export declare function getArtifactInternal(artifactName: string): Promise;