import { Meta } from '../types/input.js';
export declare function metaFormBuffer(input: Buffer): Promise<Meta>;
export declare function metaFormFile(input: string, filename: string): Promise<Meta>;
//# sourceMappingURL=meta.d.ts.map