import { type Options } from 'opossum'; import { type AsyncFunction } from '../types'; export declare const CircuitBreaker: (options: Options) =>

(target: Record, propertyKey: P) => void;