/**
 * Checks if the provided error is a control error.
 * Control errors are specific to BullMQ and indicate that the job is in a pending state
 * due to flow control issues, such as missing awaits in the job processing.
 */
export declare function isControlError(error: any): boolean;
//# sourceMappingURL=is-control-error.d.ts.map