import { Profile } from "./types";
export default function getProfile(account_id: string, noCache?: boolean): Promise<Profile>;
