import type { StoredFile } from "../../index.js"; import type { FilesError } from "../errors.js"; import type { WireBulkError, WireStoredFile } from "./protocol.js"; export declare const storedFileToWire: (file: StoredFile, unscope: (key: string) => string) => WireStoredFile; export declare const bulkErrorToWire: (error: FilesError, key: string, unscope: (key: string) => string) => WireBulkError; //# sourceMappingURL=serialize.d.ts.map