import { AlgoTransaction } from "./indexer.types";
export declare const getAccountTransactions: (address: string, startAt?: number) => Promise<AlgoTransaction[]>;
//# sourceMappingURL=indexer.d.ts.map