import type { CloudpackConfig } from '@ms-cloudpack/common-types'; import { type ReadConfigOptions } from '@ms-cloudpack/config'; /** * Read remote configs from the `cloudpack-context.json` from multiple paths, and augment with * the given options. */ export declare function readRemoteConfigs(appPaths: string[], readConfigOptions: ReadConfigOptions): Promise>; //# sourceMappingURL=readRemoteConfigs.d.ts.map