import { IParseAccount } from '../../types';
/**
 * Parses data from HTML String of a LeetCode Profile.
 */
export declare const parseAccount: IParseAccount;
