import { type DrizzleExecutor } from "../../drizzle.js"; /** Returns whether any live product record still owns or derives from the file before deletion. */ export declare function hasFileReference(executor: DrizzleExecutor, fileId: string): Promise; //# sourceMappingURL=hasFileReference.d.ts.map