import { type DrizzleExecutor } from "../drizzle.js"; import { type StoredFile } from "./types.js"; /** * Lists all complete, non-deleted, non-infected stored-file records in identifier order for internal storage reconciliation. * This unscoped inventory deliberately omits product authorization and therefore remains an infrastructure boundary rather than a user-facing file list. */ export declare function fileListStored(executor: DrizzleExecutor): Promise; //# sourceMappingURL=fileListStored.d.ts.map