/** * Bulk Operations Constants * * Organization: * - Page Configuration * - Status Options */ export declare const pageLimit: number; export declare const BULK_JOB_STATUS_OPTIONS: { label: string; value: string; }[];