import * as artifact from './artifact'; declare const _default: { exportArtifactDocker(artifactKey: string, artifact: artifact.ArtifactDocker): void; exportCustomArtifactDocker(artifactName: string, artifact: artifact.CustomArtifactDocker): void; exportCustomArtifact(artifactKey: string, artifact: artifact.CustomArtifact): void; ArtifactDocker: typeof artifact.ArtifactDocker; CustomArtifactDocker: typeof artifact.CustomArtifactDocker; CustomArtifact: typeof artifact.CustomArtifact; }; export default _default;