/** * Queue ID configuration * Consumers should extend this enum with their own queue IDs */ export declare enum QueueId { CHUNK = "chunk", COMPANY = "company", COMPANY_DELETION = "company-deletion", COMMUNITY_SUMMARISER = "community-summariser", BILLING_WEBHOOK = "billing-webhook", EMAIL = "email", HOWTO = "howto", HANDBOOK_PAGE = "handbookpage", TRIAL = "trial", USER_ACTIVITY = "user-activity" } //# sourceMappingURL=queue.id.d.ts.map