export function view(data: Buffer): DataView; export function ttfInfo(data: any, callback: (error: string | null, meta?: typeof result) => void): void; export function promise(pathOrData: string | number | Buffer | URL | DataView): Promise; export namespace result { namespace meta { let property: { name: string; text: string; }[]; let description: { name: string; text: string; }[]; let license: { name: string; text: string; }[]; let reference: { name: string; text: string; }[]; } namespace tables { let name_1: {}; export { name_1 as name }; export let post: {}; export namespace os2 { let version: string; let weightClass: string; } } } declare function name(data: any): any; export {};