import { IBizroadOptions } from '../types';
export declare const readFile: (path: string, { specialSuffix }: IBizroadOptions) => string | false;
