export declare class ToxiproxyError extends Error { constructor(name: string, message: string, stack?: string); }