declare const pullDockerImage: (image: string, version?: string, repository?: string) => Promise<void>;
export default pullDockerImage;
