import type { Config, ConfigInput } from './types';
export declare function buildConfig(input?: ConfigInput): Config;
