import { InitConfig } from '../../types';
export declare const initConfig: (params: InitConfig) => Promise<void>;
