export declare class AccountsJsError extends Error {
    code: string;
    constructor(message: string, code: string);
}
