import { FileBoxInterface } from 'file-box';
import type { FileInfo } from './simple-unirest.js';
declare const normalizeFileBox: (fileBox: FileBoxInterface) => Promise<{
    buf: Buffer;
    info: FileInfo;
}>;
export { normalizeFileBox };
//# sourceMappingURL=normalize-file-box.d.ts.map