export declare class ScreenyRuntimeError extends Error { readonly code: string; constructor(code: string, message: string); } export declare class ScreenyTimeoutError extends ScreenyRuntimeError { constructor(message: string); } export declare class ScreenyProtocolError extends ScreenyRuntimeError { constructor(message: string); } //# sourceMappingURL=errors.d.ts.map