import { Config } from './types'; export * from './types'; export declare function getConfig(customConfig?: string): Promise;