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