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