import { SDKException } from "./types"; export declare const ErrorFactory: { Timeout(message: string): SDKException; MakeError(code?: number, status?: string, message?: string): SDKException; };