import { Url } from "../types/url"; export declare function formatInvites(userId: string): Url; export declare function formatUser(userId: string): Url;