import { User } from "../@types/user";
export declare const getUser: (clientId: string, url: string) => Promise<User>;
