export declare const BOTONIC_NPM_NAMESPACE = "@botonic"; export declare const BOTONIC_HOME_DIRNAME = ".botonic"; export declare const GLOBAL_CREDENTIALS_FILENAME = "credentials.json"; export declare const BOTONIC_PROJECT_PATH: string; export declare const BOT_CREDENTIALS_FILENAME = ".botonic.json"; export declare const CLOUD_PROVIDERS: Readonly<{ HUBTYPE: "hubtype"; }>;