export declare const DeploymentTypes: { DOCKERCOMPOSE: string; KUBERNETES: string; exists: (deploymentType?: any) => boolean; }; declare const Options: any; export { Options }; declare const _default: { Options: any; DeploymentTypes: { DOCKERCOMPOSE: string; KUBERNETES: string; exists: (deploymentType?: any) => boolean; }; }; export default _default;