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