/** * Passed to parent components in certain callbacks with the lower-level JS-SDK emits an error */ export declare class SDKError extends Error { code: any; statusCode: any; response: any; constructor(message: string, statusCode: number, response: any); }