import { IFetchAccount } from '../../types';
/**
 * Fetches the HTML for a LeetCode profile using username
 */
export declare const fetchAccount: IFetchAccount;
