import { type StoredFile } from "../types.js"; import { type FileRow } from "./fileRow.js"; export declare function asFile(row: FileRow): StoredFile; //# sourceMappingURL=asFile.d.ts.map