import { Provider } from "@nestjs/common";
export declare const PG_BOSS = "PG_BOSS";
export declare const QUEUES: readonly ["notifications", "email", "sms", "unfurl", "search_index", "media", "webhooks", "retention", "exports", "analytics"];
export type QueueName = (typeof QUEUES)[number];
export declare const bossProvider: Provider;
//# sourceMappingURL=boss.provider.d.ts.map