import { ConfigureHooks, EnvironmentConfig, PathLike } from '../models'; export declare function getHttpyacConfig(filename: PathLike, rootDir: PathLike | undefined): Promise; export declare const defaultConfigFiles: string[]; export declare function parseJson(fileName: PathLike): Promise; export declare function resolveClientCertificates(config: EnvironmentConfig, rootDir: PathLike): Promise; export declare function getPlugins(rootDir: PathLike): Promise>;