import { ServerTransactionType } from 'types'; import { GetTransactionsType } from './getTransactions.types'; export declare const getTransactions: (props: GetTransactionsType) => Promise>; //# sourceMappingURL=getTransactions.d.ts.map