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