export default function fetch(path: string, prefix?: "user" | "r"): Promise<any>;
