/** * Extend an error of some sort into a BitBotError */ export declare class CustomError extends Error { constructor(type: string, error: any); get name(): string; get code(): any; get message(): string; raiseTrace(amount?: number): this; } //# sourceMappingURL=CustomError.d.ts.map