import { TypeInfo } from './interface'; export declare function safeRequire(mod: string, defaultValue?: any): any; export declare function bitToMB(bit: number): string; export declare function renderToHtml(infoList: TypeInfo[], title: string): string; export declare function safeContent(value?: string): string; //# sourceMappingURL=utils.d.ts.map