import { IOptions } from '../types'; import { RequestType } from './getTokenFromAPI'; export declare const getRequestUrl: (type: RequestType, baseUri: string, options: IOptions) => string;