/** * Account-wide transactions: every transaction across ALL of your cards in one * flat list, each row tagged with the card it belongs to. The per-card view * lives in `cards transactions `. */ export declare function allTransactions(opts: { limit: number; offset?: number; status?: string; json?: boolean; }): Promise; //# sourceMappingURL=transactions.d.ts.map