import * as z from 'zod/v4'; export declare const mandatoryColumns: { label: { id: string; defaultMessage: string; description: string; }; value: { $event: "id" | "title" | "type" | "updatedAt" | "placeOfEvent" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "status" | "assignedTo" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox"; }; }[]; /** * Configuration for workqueue. Workqueues are used to display a list of events. */ export declare const WorkqueueConfig: z.ZodObject<{ slug: z.ZodString; name: z.ZodObject; query: z.ZodDiscriminatedUnion<[z.ZodObject<{ type: z.ZodLiteral<"and">; clauses: z.ZodArray; status: z.ZodOptional; terms: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodEnum<{ CREATED: "CREATED"; NOTIFIED: "NOTIFIED"; DECLARED: "DECLARED"; REGISTERED: "REGISTERED"; ARCHIVED: "ARCHIVED"; }>; }, z.core.$strip>]>>>; createdAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; updatedAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.DECLARED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.DECLARED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdAt': z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.REGISTERED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.registrationNumber': z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; createdAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedByUserRole: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; assignedTo: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdByUserType: z.ZodOptional; term: z.ZodEnum<{ user: "user"; system: "system"; }>; }, z.core.$strip>>; updatedBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; trackingId: z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; flags: z.ZodOptional]>, z.ZodString]>>>; noneOf: z.ZodOptional]>, z.ZodString]>>>; }, z.core.$strip>>>; data: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"or">; clauses: z.ZodArray; status: z.ZodOptional; terms: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodEnum<{ CREATED: "CREATED"; NOTIFIED: "NOTIFIED"; DECLARED: "DECLARED"; REGISTERED: "REGISTERED"; ARCHIVED: "ARCHIVED"; }>; }, z.core.$strip>]>>>; createdAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; updatedAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.DECLARED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.DECLARED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdAt': z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.REGISTERED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.registrationNumber': z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; createdAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedByUserRole: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; assignedTo: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdByUserType: z.ZodOptional; term: z.ZodEnum<{ user: "user"; system: "system"; }>; }, z.core.$strip>>; updatedBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; trackingId: z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; flags: z.ZodOptional]>, z.ZodString]>>>; noneOf: z.ZodOptional]>, z.ZodString]>>>; }, z.core.$strip>>>; data: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>], "type">; action: z.ZodOptional; }, z.core.$strip>>; columns: z.ZodDefault; value: z.ZodObject<{ $event: z.ZodEnum<{ id: "id"; title: "title"; type: "type"; updatedAt: "updatedAt"; placeOfEvent: "placeOfEvent"; createdByUserType: "createdByUserType"; createdAt: "createdAt"; createdBy: "createdBy"; createdAtLocation: "createdAtLocation"; status: "status"; assignedTo: "assignedTo"; trackingId: "trackingId"; legalStatuses: "legalStatuses"; dateOfEvent: "dateOfEvent"; updatedByUserRole: "updatedByUserRole"; updatedAtLocation: "updatedAtLocation"; updatedBy: "updatedBy"; flags: "flags"; outbox: "outbox"; }>; }, z.core.$strip>; }, z.core.$strip>>>; icon: z.ZodEnum<{ File: "File"; Archived: "Archived"; Assigned: "Assigned"; Briefcase: "Briefcase"; Certified: "Certified"; Close: "Close"; Collapse: "Collapse"; Draft: "Draft"; DuplicateYellow: "DuplicateYellow"; Expand: "Expand"; ExternalValidate: "ExternalValidate"; FilledCheck: "FilledCheck"; InReview: "InReview"; Offline: "Offline"; Registered: "Registered"; RequiresUpdates: "RequiresUpdates"; Sent: "Sent"; Validated: "Validated"; WaitingApproval: "WaitingApproval"; ChartActivity: "ChartActivity"; Activity: "Activity"; Archive: "Archive"; ArchiveTray: "ArchiveTray"; ArrowLeft: "ArrowLeft"; ArrowRight: "ArrowRight"; Buildings: "Buildings"; Circle: "Circle"; CaretDown: "CaretDown"; CaretLeft: "CaretLeft"; CaretRight: "CaretRight"; ChartBar: "ChartBar"; ChartLine: "ChartLine"; ChatCircle: "ChatCircle"; CheckSquare: "CheckSquare"; Compass: "Compass"; Check: "Check"; Copy: "Copy"; Database: "Database"; DotsThreeVertical: "DotsThreeVertical"; ArrowCounterClockwise: "ArrowCounterClockwise"; MagnifyingGlassMinus: "MagnifyingGlassMinus"; MagnifyingGlassPlus: "MagnifyingGlassPlus"; Export: "Export"; Eye: "Eye"; EyeSlash: "EyeSlash"; Envelope: "Envelope"; FileSearch: "FileSearch"; FileMinus: "FileMinus"; FilePlus: "FilePlus"; FileText: "FileText"; FileX: "FileX"; Handshake: "Handshake"; Gear: "Gear"; GitBranch: "GitBranch"; IdentificationCard: "IdentificationCard"; List: "List"; ListBullets: "ListBullets"; Lock: "Lock"; MagnifyingGlass: "MagnifyingGlass"; MapPin: "MapPin"; Medal: "Medal"; NotePencil: "NotePencil"; Paperclip: "Paperclip"; PaperPlaneTilt: "PaperPlaneTilt"; Pen: "Pen"; PenNib: "PenNib"; Pencil: "Pencil"; PencilSimpleLine: "PencilSimpleLine"; Phone: "Phone"; Plus: "Plus"; Printer: "Printer"; SignOut: "SignOut"; Stamp: "Stamp"; Star: "Star"; Target: "Target"; TextT: "TextT"; Trash: "Trash"; UploadSimple: "UploadSimple"; User: "User"; UserPlus: "UserPlus"; Users: "Users"; WarningCircle: "WarningCircle"; X: "X"; ChatText: "ChatText"; CircleWavyCheck: "CircleWavyCheck"; CircleWavyQuestion: "CircleWavyQuestion"; ArchiveBox: "ArchiveBox"; ArrowCircleDown: "ArrowCircleDown"; FileArrowUp: "FileArrowUp"; FileDotted: "FileDotted"; Files: "Files"; PencilLine: "PencilLine"; PencilCircle: "PencilCircle"; UserCircle: "UserCircle"; Clock: "Clock"; QrCode: "QrCode"; Webcam: "Webcam"; Sun: "Sun"; DeviceTabletCamera: "DeviceTabletCamera"; Globe: "Globe"; Fingerprint: "Fingerprint"; PushPin: "PushPin"; Timer: "Timer"; }>; emptyMessage: z.ZodOptional>; }, z.core.$strip>; export declare const WorkqueueConfigWithoutQuery: z.ZodObject<{ name: z.ZodObject; icon: z.ZodEnum<{ File: "File"; Archived: "Archived"; Assigned: "Assigned"; Briefcase: "Briefcase"; Certified: "Certified"; Close: "Close"; Collapse: "Collapse"; Draft: "Draft"; DuplicateYellow: "DuplicateYellow"; Expand: "Expand"; ExternalValidate: "ExternalValidate"; FilledCheck: "FilledCheck"; InReview: "InReview"; Offline: "Offline"; Registered: "Registered"; RequiresUpdates: "RequiresUpdates"; Sent: "Sent"; Validated: "Validated"; WaitingApproval: "WaitingApproval"; ChartActivity: "ChartActivity"; Activity: "Activity"; Archive: "Archive"; ArchiveTray: "ArchiveTray"; ArrowLeft: "ArrowLeft"; ArrowRight: "ArrowRight"; Buildings: "Buildings"; Circle: "Circle"; CaretDown: "CaretDown"; CaretLeft: "CaretLeft"; CaretRight: "CaretRight"; ChartBar: "ChartBar"; ChartLine: "ChartLine"; ChatCircle: "ChatCircle"; CheckSquare: "CheckSquare"; Compass: "Compass"; Check: "Check"; Copy: "Copy"; Database: "Database"; DotsThreeVertical: "DotsThreeVertical"; ArrowCounterClockwise: "ArrowCounterClockwise"; MagnifyingGlassMinus: "MagnifyingGlassMinus"; MagnifyingGlassPlus: "MagnifyingGlassPlus"; Export: "Export"; Eye: "Eye"; EyeSlash: "EyeSlash"; Envelope: "Envelope"; FileSearch: "FileSearch"; FileMinus: "FileMinus"; FilePlus: "FilePlus"; FileText: "FileText"; FileX: "FileX"; Handshake: "Handshake"; Gear: "Gear"; GitBranch: "GitBranch"; IdentificationCard: "IdentificationCard"; List: "List"; ListBullets: "ListBullets"; Lock: "Lock"; MagnifyingGlass: "MagnifyingGlass"; MapPin: "MapPin"; Medal: "Medal"; NotePencil: "NotePencil"; Paperclip: "Paperclip"; PaperPlaneTilt: "PaperPlaneTilt"; Pen: "Pen"; PenNib: "PenNib"; Pencil: "Pencil"; PencilSimpleLine: "PencilSimpleLine"; Phone: "Phone"; Plus: "Plus"; Printer: "Printer"; SignOut: "SignOut"; Stamp: "Stamp"; Star: "Star"; Target: "Target"; TextT: "TextT"; Trash: "Trash"; UploadSimple: "UploadSimple"; User: "User"; UserPlus: "UserPlus"; Users: "Users"; WarningCircle: "WarningCircle"; X: "X"; ChatText: "ChatText"; CircleWavyCheck: "CircleWavyCheck"; CircleWavyQuestion: "CircleWavyQuestion"; ArchiveBox: "ArchiveBox"; ArrowCircleDown: "ArrowCircleDown"; FileArrowUp: "FileArrowUp"; FileDotted: "FileDotted"; Files: "Files"; PencilLine: "PencilLine"; PencilCircle: "PencilCircle"; UserCircle: "UserCircle"; Clock: "Clock"; QrCode: "QrCode"; Webcam: "Webcam"; Sun: "Sun"; DeviceTabletCamera: "DeviceTabletCamera"; Globe: "Globe"; Fingerprint: "Fingerprint"; PushPin: "PushPin"; Timer: "Timer"; }>; action: z.ZodOptional; }, z.core.$strip>>; slug: z.ZodString; emptyMessage: z.ZodOptional>; }, z.core.$strip>; export declare const WorkqueueConfigInput: z.ZodObject<{ slug: z.ZodString; name: z.ZodObject; action: z.ZodOptional; }, z.core.$strip>>; columns: z.ZodDefault; value: z.ZodObject<{ $event: z.ZodEnum<{ id: "id"; title: "title"; type: "type"; updatedAt: "updatedAt"; placeOfEvent: "placeOfEvent"; createdByUserType: "createdByUserType"; createdAt: "createdAt"; createdBy: "createdBy"; createdAtLocation: "createdAtLocation"; status: "status"; assignedTo: "assignedTo"; trackingId: "trackingId"; legalStatuses: "legalStatuses"; dateOfEvent: "dateOfEvent"; updatedByUserRole: "updatedByUserRole"; updatedAtLocation: "updatedAtLocation"; updatedBy: "updatedBy"; flags: "flags"; outbox: "outbox"; }>; }, z.core.$strip>; }, z.core.$strip>>>; icon: z.ZodEnum<{ File: "File"; Archived: "Archived"; Assigned: "Assigned"; Briefcase: "Briefcase"; Certified: "Certified"; Close: "Close"; Collapse: "Collapse"; Draft: "Draft"; DuplicateYellow: "DuplicateYellow"; Expand: "Expand"; ExternalValidate: "ExternalValidate"; FilledCheck: "FilledCheck"; InReview: "InReview"; Offline: "Offline"; Registered: "Registered"; RequiresUpdates: "RequiresUpdates"; Sent: "Sent"; Validated: "Validated"; WaitingApproval: "WaitingApproval"; ChartActivity: "ChartActivity"; Activity: "Activity"; Archive: "Archive"; ArchiveTray: "ArchiveTray"; ArrowLeft: "ArrowLeft"; ArrowRight: "ArrowRight"; Buildings: "Buildings"; Circle: "Circle"; CaretDown: "CaretDown"; CaretLeft: "CaretLeft"; CaretRight: "CaretRight"; ChartBar: "ChartBar"; ChartLine: "ChartLine"; ChatCircle: "ChatCircle"; CheckSquare: "CheckSquare"; Compass: "Compass"; Check: "Check"; Copy: "Copy"; Database: "Database"; DotsThreeVertical: "DotsThreeVertical"; ArrowCounterClockwise: "ArrowCounterClockwise"; MagnifyingGlassMinus: "MagnifyingGlassMinus"; MagnifyingGlassPlus: "MagnifyingGlassPlus"; Export: "Export"; Eye: "Eye"; EyeSlash: "EyeSlash"; Envelope: "Envelope"; FileSearch: "FileSearch"; FileMinus: "FileMinus"; FilePlus: "FilePlus"; FileText: "FileText"; FileX: "FileX"; Handshake: "Handshake"; Gear: "Gear"; GitBranch: "GitBranch"; IdentificationCard: "IdentificationCard"; List: "List"; ListBullets: "ListBullets"; Lock: "Lock"; MagnifyingGlass: "MagnifyingGlass"; MapPin: "MapPin"; Medal: "Medal"; NotePencil: "NotePencil"; Paperclip: "Paperclip"; PaperPlaneTilt: "PaperPlaneTilt"; Pen: "Pen"; PenNib: "PenNib"; Pencil: "Pencil"; PencilSimpleLine: "PencilSimpleLine"; Phone: "Phone"; Plus: "Plus"; Printer: "Printer"; SignOut: "SignOut"; Stamp: "Stamp"; Star: "Star"; Target: "Target"; TextT: "TextT"; Trash: "Trash"; UploadSimple: "UploadSimple"; User: "User"; UserPlus: "UserPlus"; Users: "Users"; WarningCircle: "WarningCircle"; X: "X"; ChatText: "ChatText"; CircleWavyCheck: "CircleWavyCheck"; CircleWavyQuestion: "CircleWavyQuestion"; ArchiveBox: "ArchiveBox"; ArrowCircleDown: "ArrowCircleDown"; FileArrowUp: "FileArrowUp"; FileDotted: "FileDotted"; Files: "Files"; PencilLine: "PencilLine"; PencilCircle: "PencilCircle"; UserCircle: "UserCircle"; Clock: "Clock"; QrCode: "QrCode"; Webcam: "Webcam"; Sun: "Sun"; DeviceTabletCamera: "DeviceTabletCamera"; Globe: "Globe"; Fingerprint: "Fingerprint"; PushPin: "PushPin"; Timer: "Timer"; }>; emptyMessage: z.ZodOptional>; query: z.ZodUnion; status: z.ZodOptional; terms: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodEnum<{ CREATED: "CREATED"; NOTIFIED: "NOTIFIED"; DECLARED: "DECLARED"; REGISTERED: "REGISTERED"; ARCHIVED: "ARCHIVED"; }>; }, z.core.$strip>]>>>; createdAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; updatedAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.DECLARED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.DECLARED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdAt': z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.REGISTERED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.registrationNumber': z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; createdAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedByUserRole: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; assignedTo: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdByUserType: z.ZodOptional; term: z.ZodEnum<{ user: "user"; system: "system"; }>; }, z.core.$strip>>; updatedBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; trackingId: z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; flags: z.ZodOptional]>, z.ZodString]>>>; noneOf: z.ZodOptional]>, z.ZodString]>>>; }, z.core.$strip>>>; data: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"and">; clauses: z.ZodArray; status: z.ZodOptional; terms: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodEnum<{ CREATED: "CREATED"; NOTIFIED: "NOTIFIED"; DECLARED: "DECLARED"; REGISTERED: "REGISTERED"; ARCHIVED: "ARCHIVED"; }>; }, z.core.$strip>]>>>; createdAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; updatedAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.DECLARED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.DECLARED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdAt': z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.REGISTERED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.registrationNumber': z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; createdAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedByUserRole: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; assignedTo: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdByUserType: z.ZodOptional; term: z.ZodEnum<{ user: "user"; system: "system"; }>; }, z.core.$strip>>; updatedBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; trackingId: z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; flags: z.ZodOptional]>, z.ZodString]>>>; noneOf: z.ZodOptional]>, z.ZodString]>>>; }, z.core.$strip>>>; data: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"or">; clauses: z.ZodArray; status: z.ZodOptional; terms: z.ZodArray>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodEnum<{ CREATED: "CREATED"; NOTIFIED: "NOTIFIED"; DECLARED: "DECLARED"; REGISTERED: "REGISTERED"; ARCHIVED: "ARCHIVED"; }>; }, z.core.$strip>]>>>; createdAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; updatedAt: z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.DECLARED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.DECLARED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdAt': z.ZodOptional; term: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"range">; gte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; lte: z.ZodUnion<[z.ZodISODate, z.ZodISODateTime]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"timePeriod">; term: z.ZodEnum<{ last7Days: "last7Days"; last30Days: "last30Days"; last90Days: "last90Days"; last365Days: "last365Days"; }>; }, z.core.$strip>]>>>; 'legalStatuses.REGISTERED.createdAtLocation': z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.createdByRole': z.ZodOptional; terms: z.ZodArray; }, z.core.$strip>>>; 'legalStatuses.REGISTERED.registrationNumber': z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; createdAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedAtLocation: z.ZodOptional; location: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral<"exact">; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>]>>>; updatedByUserRole: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; assignedTo: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; createdByUserType: z.ZodOptional; term: z.ZodEnum<{ user: "user"; system: "system"; }>; }, z.core.$strip>>; updatedBy: z.ZodOptional; term: z.ZodUnion; $location: z.ZodOptional; }, z.core.$strip>]>; }, z.core.$strip>>>; trackingId: z.ZodOptional; term: z.ZodString; }, z.core.$strip>>>; flags: z.ZodOptional]>, z.ZodString]>>>; noneOf: z.ZodOptional]>, z.ZodString]>>>; }, z.core.$strip>>>; data: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>]>; }, z.core.$strip>; export type WorkqueueConfig = z.infer; export type WorkqueueConfigWithoutQuery = z.infer; export type WorkqueueConfigInput = z.input; export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): { slug: string; name: { id: string; defaultMessage: string; description: string; }; query: { type: "and"; clauses: { eventType?: string | undefined; status?: { type: "exact"; term: "CREATED" | "NOTIFIED" | "DECLARED" | "REGISTERED" | "ARCHIVED"; } | { type: "anyOf"; terms: ("CREATED" | "NOTIFIED" | "DECLARED" | "REGISTERED" | "ARCHIVED")[]; } | undefined; createdAt?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; updatedAt?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; 'legalStatuses.DECLARED.createdAtLocation'?: { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; 'legalStatuses.DECLARED.createdByRole'?: { type: "anyOf"; terms: string[]; } | undefined; 'legalStatuses.REGISTERED.createdAt'?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; 'legalStatuses.REGISTERED.createdAtLocation'?: { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; 'legalStatuses.REGISTERED.createdByRole'?: { type: "anyOf"; terms: string[]; } | undefined; 'legalStatuses.REGISTERED.registrationNumber'?: { type: "exact"; term: string; } | undefined; createdAtLocation?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; updatedAtLocation?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; updatedByUserRole?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; assignedTo?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; createdBy?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; createdByUserType?: { type: "exact"; term: "user" | "system"; } | undefined; updatedBy?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; trackingId?: { type: "exact"; term: string; } | undefined; flags?: { anyOf?: string[] | undefined; noneOf?: string[] | undefined; } | undefined; data?: unknown; }[]; } | { type: "or"; clauses: { eventType?: string | undefined; status?: { type: "exact"; term: "CREATED" | "NOTIFIED" | "DECLARED" | "REGISTERED" | "ARCHIVED"; } | { type: "anyOf"; terms: ("CREATED" | "NOTIFIED" | "DECLARED" | "REGISTERED" | "ARCHIVED")[]; } | undefined; createdAt?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; updatedAt?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; 'legalStatuses.DECLARED.createdAtLocation'?: { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; 'legalStatuses.DECLARED.createdByRole'?: { type: "anyOf"; terms: string[]; } | undefined; 'legalStatuses.REGISTERED.createdAt'?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; 'legalStatuses.REGISTERED.createdAtLocation'?: { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; 'legalStatuses.REGISTERED.createdByRole'?: { type: "anyOf"; terms: string[]; } | undefined; 'legalStatuses.REGISTERED.registrationNumber'?: { type: "exact"; term: string; } | undefined; createdAtLocation?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; updatedAtLocation?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; updatedByUserRole?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; assignedTo?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; createdBy?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; createdByUserType?: { type: "exact"; term: "user" | "system"; } | undefined; updatedBy?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; trackingId?: { type: "exact"; term: string; } | undefined; flags?: { anyOf?: string[] | undefined; noneOf?: string[] | undefined; } | undefined; data?: unknown; }[]; }; columns: { label: { id: string; defaultMessage: string; description: string; }; value: { $event: "id" | "title" | "type" | "updatedAt" | "placeOfEvent" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "status" | "assignedTo" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox"; }; }[]; icon: "File" | "Archived" | "Assigned" | "Briefcase" | "Certified" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "Registered" | "RequiresUpdates" | "Sent" | "Validated" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "List" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "PenNib" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer"; action?: { type: "DELETE" | "DECLARE" | "REGISTER" | "EDIT" | "REJECT" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "READ"; } | undefined; emptyMessage?: { id: string; defaultMessage: string; description: string; } | undefined; }; /** This is used for v1.9 to v2.0 migration to show specific migration errors. */ type WorkqueueConfigInputWithV19Compat = WorkqueueConfigInput & { /** @deprecated use 'action' property instead */ actions?: unknown; }; export declare function defineWorkqueues(workqueues: WorkqueueConfigInputWithV19Compat[]): { slug: string; name: { id: string; defaultMessage: string; description: string; }; query: { type: "and"; clauses: { eventType?: string | undefined; status?: { type: "exact"; term: "CREATED" | "NOTIFIED" | "DECLARED" | "REGISTERED" | "ARCHIVED"; } | { type: "anyOf"; terms: ("CREATED" | "NOTIFIED" | "DECLARED" | "REGISTERED" | "ARCHIVED")[]; } | undefined; createdAt?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; updatedAt?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; 'legalStatuses.DECLARED.createdAtLocation'?: { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; 'legalStatuses.DECLARED.createdByRole'?: { type: "anyOf"; terms: string[]; } | undefined; 'legalStatuses.REGISTERED.createdAt'?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; 'legalStatuses.REGISTERED.createdAtLocation'?: { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; 'legalStatuses.REGISTERED.createdByRole'?: { type: "anyOf"; terms: string[]; } | undefined; 'legalStatuses.REGISTERED.registrationNumber'?: { type: "exact"; term: string; } | undefined; createdAtLocation?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; updatedAtLocation?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; updatedByUserRole?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; assignedTo?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; createdBy?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; createdByUserType?: { type: "exact"; term: "user" | "system"; } | undefined; updatedBy?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; trackingId?: { type: "exact"; term: string; } | undefined; flags?: { anyOf?: string[] | undefined; noneOf?: string[] | undefined; } | undefined; data?: unknown; }[]; } | { type: "or"; clauses: { eventType?: string | undefined; status?: { type: "exact"; term: "CREATED" | "NOTIFIED" | "DECLARED" | "REGISTERED" | "ARCHIVED"; } | { type: "anyOf"; terms: ("CREATED" | "NOTIFIED" | "DECLARED" | "REGISTERED" | "ARCHIVED")[]; } | undefined; createdAt?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; updatedAt?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; 'legalStatuses.DECLARED.createdAtLocation'?: { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; 'legalStatuses.DECLARED.createdByRole'?: { type: "anyOf"; terms: string[]; } | undefined; 'legalStatuses.REGISTERED.createdAt'?: { type: "range"; gte: string; lte: string; } | { type: "exact"; term: string; } | { type: "timePeriod"; term: "last7Days" | "last30Days" | "last90Days" | "last365Days"; } | undefined; 'legalStatuses.REGISTERED.createdAtLocation'?: { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; 'legalStatuses.REGISTERED.createdByRole'?: { type: "anyOf"; terms: string[]; } | undefined; 'legalStatuses.REGISTERED.registrationNumber'?: { type: "exact"; term: string; } | undefined; createdAtLocation?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; updatedAtLocation?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | { type: "within"; location: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; updatedByUserRole?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; assignedTo?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; createdBy?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; createdByUserType?: { type: "exact"; term: "user" | "system"; } | undefined; updatedBy?: { type: "exact"; term: string | { $userField: "id" | "firstname" | "surname" | "middlename" | "name" | "role" | "fullHonorificName" | "device" | "signature" | "avatar" | "primaryOfficeId" | "administrativeAreaId"; $location?: string | undefined; }; } | undefined; trackingId?: { type: "exact"; term: string; } | undefined; flags?: { anyOf?: string[] | undefined; noneOf?: string[] | undefined; } | undefined; data?: unknown; }[]; }; columns: { label: { id: string; defaultMessage: string; description: string; }; value: { $event: "id" | "title" | "type" | "updatedAt" | "placeOfEvent" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "status" | "assignedTo" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox"; }; }[]; icon: "File" | "Archived" | "Assigned" | "Briefcase" | "Certified" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "Registered" | "RequiresUpdates" | "Sent" | "Validated" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "List" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "PenNib" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer"; action?: { type: "DELETE" | "DECLARE" | "REGISTER" | "EDIT" | "REJECT" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "READ"; } | undefined; emptyMessage?: { id: string; defaultMessage: string; description: string; } | undefined; }[]; export declare const WorkqueueCountInput: z.ZodArray>; }, z.core.$strip>>; export type WorkqueueCountInput = z.infer; export declare const WorkqueueCountOutput: z.ZodRecord; export type WorkqueueCountOutput = z.infer; export {}; //# sourceMappingURL=WorkqueueConfig.d.ts.map