export declare const E_AMQP_MESSAGE_JSON_PARSE: new (args?: any, options?: ErrorOptions | undefined) => import("@adonisjs/core/exceptions").Exception; export declare const E_AMQP_INVALID_MESSAGE_FORMAT: new (args?: any, options?: ErrorOptions | undefined) => import("@adonisjs/core/exceptions").Exception; export declare const E_AMQP_QUEUE_NOT_REGISTERED: new (args: [string], options?: ErrorOptions | undefined) => import("@adonisjs/core/exceptions").Exception;