import { IGetLCAccount } from '../types';
/**
 * Fetches and parses a LeetCode profile using username.
 */
export declare const getLCAccount: IGetLCAccount;
export { fetchAccount } from './lib/fetchAccount';
export { parseAccount } from './lib/parseAccount';
