export interface InitOptions {
    profile?: 'auto' | 'react' | 'next';
    interactive?: boolean;
}
export declare function initializeConfig(options: InitOptions): Promise<void>;
//# sourceMappingURL=init.d.ts.map