export declare const _getUserPostsParams: () => string;
export declare const _xttParams: (secUid: string, cursor: number, count: number) => string;
export declare const _getCommentsParams: (id: string, count: number) => string;
export declare const _userSearchParams: (keyword: string, page: number, xbogus?: any) => string;
export declare const _liveSearchParams: (keyword: string, page: number) => URLSearchParams;
export declare const _tiktokApiParams: (args: any) => string;
