export declare const dockerfileExists: () => Promise<boolean>;
export declare const getDockerfilePort: () => Promise<number | null>;
