import { newInjectedPage } from 'fingerprint-injector';
import { Browser, BrowserContext, Plugin } from '../..';
type FingerprintGeneratorOptions = Parameters<typeof newInjectedPage>[1];
export declare class AvoidDetectionPlugin extends Plugin {
    fingerprintOptions?: FingerprintGeneratorOptions;
    constructor(fingerprintOptions?: FingerprintGeneratorOptions);
    protected afterLaunch(browser: Browser | BrowserContext): Promise<void>;
}
export {};
//# sourceMappingURL=index.d.ts.map