export declare function getDefaultConfig(): any;
export declare function parseConfig(config: Record<string, unknown>): any;
