import { Repository } from '../core/repository'; export declare class SimulateService extends Repository { private readonly preLoginFlowRequests; private readonly postLoginFlowRequests; private static executeRequestsFlow; preLoginFlow(concurrency?: number, toShuffle?: boolean): Promise; postLoginFlow(concurrency?: number, toShuffle?: boolean): Promise; private facebookOta; }