export default class TestingBotError extends Error { constructor(message: string, options?: { cause?: unknown; }); } //# sourceMappingURL=testingbot_error.d.ts.map