import { type DrizzleExecutor } from "../drizzle.js"; import { type StoredFile } from "./types.js"; /** * Resolves stored-file metadata by identifier only for complete, non-deleted, non-infected uploads. * Treating quarantined and incomplete rows as absent keeps storage consumers from opening files that are not safe to serve. */ export declare function fileFind(executor: DrizzleExecutor, id: string): Promise; //# sourceMappingURL=fileFind.d.ts.map