import { AlgoAccount, AlgoTransactionParams } from "./algodv2.types"; import { AlgoTransaction } from "./indexer.types"; export * from "./algodv2.types"; export * from "./indexer.types"; declare const _default: { getAccount: (address: string) => Promise; getTransactionParams: () => Promise; broadcastTransaction: (payload: Buffer) => Promise; getAccountTransactions: (address: string, startAt?: number) => Promise; }; export default _default; //# sourceMappingURL=index.d.ts.map