import { QBError } from 'quickblox/quickblox'; export declare const jsonParse:

(text: string) => P | string; export declare const parseErrorObject: (data: Dictionary) => string; export declare const parseErrorMessage: (message: string) => string; export declare function isQBError(error: unknown): error is QBError; export declare function stringifyError(error: unknown): string; export declare const isSessionDoesNotExistError: (error: string) => boolean; //# sourceMappingURL=parse.d.ts.map