import { type Page } from 'playwright';
import { OtsarHahayalOptions } from './index.js';
import { type ForeignAccountData } from './types.js';
export declare function getForeignTransactions(page: Page, options: OtsarHahayalOptions): Promise<ForeignAccountData[]>;
