export declare function checkDockerInstallation(): boolean; export declare function waitDockerDaemonReady(maxAttempts?: number): Promise; export declare function createDockerBuildxBuilder(): void; export declare function formatContextPath(contextPath: string | undefined, dockerfilePath: string, projectDir: string): string; export declare function formatDate(date: Date): string; export declare function getImageRepositoryFromImageId(imageId: string): string; export declare function getTagFromImageId(imageId: string): string; export declare function parseImage(image: string): string; export declare function convertToVpcImage(image: string): string; export declare function getDockerBuildArgs(image: string, targetDockerfilePath: string, contextPath: string, cacheType: string, cacheImageId: string): string[];