import { Arguments } from 'yargs'; import { Config, Argv } from '../config/argv'; export declare const doczRcBaseConfig: { themeConfig: {}; themesDir: string; mdxExtensions: string[]; docgenConfig: {}; menu: never[]; plugins: never[]; mdPlugins: never[]; hastPlugins: never[]; ignore: RegExp[]; filterComponents: (files: string[]) => string[]; }; export declare const getBaseConfig: (argv: Arguments, custom?: Partial | undefined) => Config; export declare const parseConfig: (argv: Arguments, custom?: Partial | undefined) => Promise;