import { type DrizzleExecutor } from "../drizzle.js"; /** * Requires the target user profile to exist and not be soft-deleted before a data-export job references it. * This guard checks durable target existence without conflating it with current account activity, which historical administrator exports may not require. */ export declare function dataExportRequireExistingUser(executor: DrizzleExecutor, userId: string): Promise; //# sourceMappingURL=dataExportRequireExistingUser.d.ts.map