export interface ConfigInterface {
    [key: string]: any;
}
export declare const configPaths: any[];
export declare function buildConfig(_startingParams?: ConfigInterface): ConfigInterface;
export declare const config: ConfigInterface;
