import type { ReadConfigOptions } from './type';
export declare const readConfig: <T = unknown>({ fileName, filePath, fallbackName, }: ReadConfigOptions) => Promise<T | undefined>;
