import { ApiOptions } from '../interfaces'; export declare function buildApiUri(options: ApiOptions, protocol: string, path?: string): string;