import type { OpenleashConfig } from '@openleash/core'; export declare const DEFAULT_CONFIG: OpenleashConfig; export declare function loadConfig(rootDir: string): OpenleashConfig; export declare function writeDefaultConfig(rootDir: string): void; export declare function updateConfigToken(rootDir: string, token: string): void; //# sourceMappingURL=config.d.ts.map