import { Page } from 'playwright';
import { OtsarHahayalCredentials } from './index.js';
export declare function loginAndGetUserData(credentials: OtsarHahayalCredentials, page: Page): Promise<Record<string, string>>;
