/** * @deprecated Use {@link CapabilityRuntimeError} from `@chainlink/cre-sdk` instead. * Will be removed in the next major version. */ export declare class CapabilityError extends Error { name: string; capabilityId?: string; method?: string; callbackId?: number; constructor(message: string, options?: { capabilityId?: string; method?: string; callbackId?: number; }); }