export function ttfInfo(pathOrData: string | number | Buffer | URL, callback: (error: string | null, meta?: typeof ttf.result) => void): void; export function promise(pathOrData: string | number | Buffer | URL): Promise; export namespace ttfMeta { export { ttfInfo }; export { promise }; } export default ttfMeta; import * as ttf from "./main.js";