import type { Injector } from 'graphql-modules';
import type { IGetFinancialAccountsByAccountIDsResult } from '../types.js';
export declare function getFinancialAccountByTransactionId(transactionId: string, injector: Injector): Promise<IGetFinancialAccountsByAccountIDsResult>;