import { TiktokStalkUserResponse } from "../../types/get/getProfile";
export declare const StalkUser: (username: string, cookie?: string | any[], proxy?: string) => Promise<TiktokStalkUserResponse>;
