import { Config } from './config-type'; export declare function load(filePath: string): Promise; export declare function get(): Config; export declare function extractConfigTemplateAsFile(filePath: string): void;