import { ConfigInterface } from '../interfaces/config';
export declare const validate: import("ajv").ValidateFunction<ConfigInterface>;
/**
 *
 * @param {string} filename The filename of the config file.
 *
 * @return {ConfigInterface} The corresponding config object.
 */
export declare function getConfig(filename: string): object;
export declare function mergeWithDefaultConfig(config: object): ConfigInterface;
//# sourceMappingURL=index.d.ts.map