import type { Transaction } from '../../core/types/domain.js'; export declare class GetTransactionsDataFetcher { fetch(accountId: string, start: string, end: string): Promise; } //# sourceMappingURL=data-fetcher.d.ts.map