import { ApiDefinition } from ".."; export declare const ME_ENDPOINT = "/me"; export type MyInfo = { name: string; }; export declare const getMyInfo: ApiDefinition;