export declare const makeXliveApiRequest: <T>(host: string, uri: string) => Promise<T>;
