/** * If no `cloudpack.config.json` exists at `appPath`, create one with some demo settings. * @returns Path to the config file. */ export declare function ensureAppConfig(appPath: string): Promise; //# sourceMappingURL=ensureAppConfig.d.ts.map