import { type DrizzleExecutor } from "../../drizzle.js"; /** * Requires a file to exist, be complete, remain undeleted, and have a non-infected scan result before a bot may reference it. * This storage-level guard prevents bot mutations from persisting unusable or quarantined profile assets. */ export declare function requireFileDb(executor: DrizzleExecutor, fileId: string): Promise; //# sourceMappingURL=requireFileDb.d.ts.map