declare function readJsonFile = Record>(jsonfile: string, defaultValue?: Partial): T | undefined; declare function readJsonFileAsync = Record>(jsonfile: string, defaultValue?: Partial): Promise; export { readJsonFile, readJsonFileAsync };