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