export declare const QUEUES_INIT: Record<string, Record<string, {
    scopes: string[];
    init: boolean;
}>>;
