export declare const DOCKER_WARNING: RegExp; export declare const hasImage: (imageName: string) => boolean; export declare const pullImage: (imageName: string) => Promise; export declare const ensureImageIsPresent: (imageName: string) => Promise; export declare const handleDockerWarnings: (message: string, warnFn?: (...args: unknown[]) => void) => boolean;