import { HTMLElement } from 'node-html-parser';
export declare const getUser: (el: HTMLElement) => string;
export declare const getUserRealName: (el: HTMLElement) => string;
export declare const getAvatar: (el: HTMLElement) => string;
export declare const getUserUrl: (el: HTMLElement) => string;
