export interface CeleryConf { CELERY_QUEUE: string; TASK_PROTOCOL: 1 | 2; } export declare function defaultConf(): CeleryConf;