export declare class StubbleError { readonly code: number; readonly text: string; constructor(code: number, text: string); }