import { AccountOptions } from '../types.js'; import { Account } from './Account.js'; export declare class ZulipAccount extends Account { constructor(options?: AccountOptions); } //# sourceMappingURL=ZulipAccount.d.ts.map