/** * Mouse Movement Humanization * Generates bezier curve movements instead of straight lines * Stores the utility in the __stealth store for internal use only */ export declare const setupMouseMovementHumanization: (client: any) => Promise; //# sourceMappingURL=mouse-humanization.d.ts.map