import { CodeforcesData } from '@techtalkers/types';
declare function fetchCodeForcesData(name: string): Promise<CodeforcesData>;
declare function checkCodeForcesUsername(username: string): Promise<Boolean>;
export { fetchCodeForcesData, checkCodeForcesUsername };
