import { loadConfigs } from './docker-base.js'; declare const _default: { askForApplicationType: typeof askForApplicationType; askForGatewayType: typeof askForGatewayType; askForPath: typeof askForPath; askForApps: typeof askForApps; askForClustersMode: typeof askForClustersMode; askForMonitoring: typeof askForMonitoring; askForServiceDiscovery: typeof askForServiceDiscovery; askForAdminPassword: typeof askForAdminPassword; askForDockerRepositoryName: typeof askForDockerRepositoryName; askForDockerPushCommand: typeof askForDockerPushCommand; loadConfigs: typeof loadConfigs; }; export default _default; declare function askForApplicationType(): Promise; declare function askForGatewayType(): Promise; declare function askForPath(): Promise; declare function askForApps(): Promise; declare function askForClustersMode(): Promise; declare function askForMonitoring(): Promise; declare function askForServiceDiscovery(): Promise; declare function askForAdminPassword(): Promise; declare function askForDockerRepositoryName(): Promise; declare function askForDockerPushCommand(): Promise; export declare function getAppFolders(directory: any, deploymentApplicationType: any): never[];