export declare const parseError: (data: string) => Promise<{
    code: string;
    message: string;
}>;
