export declare class QuickbooksException extends Error { readonly payload: any; constructor(payload: any); get message(): string; toJSON(): object; }