import { AppshellGlobalConfig } from './types';
type GenerateGlobalConfigOptions = {
    insecure: boolean;
    apiKey?: string;
    proxyUrl?: string;
};
declare const _default: (registries: string[], options?: GenerateGlobalConfigOptions) => Promise<AppshellGlobalConfig>;
export default _default;
//# sourceMappingURL=generate.global-config.d.ts.map