import type { GeneratedConfig } from '@ms-cloudpack/common-types'; /** * Reads the generated config file asynchronously. This is only useful for the `init` verb generating or updated * the generated settings. For a full merged representation of config, use `readConfig` instead. * * Throws an error if the config file exists but is not valid JSON (or there's some error reading it). */ export declare function readGeneratedConfig(appPath: string): Promise; //# sourceMappingURL=readGeneratedConfig.d.ts.map