export declare type BaseUrl = string | undefined; export declare function getCombinedBaseUrl(rootPath: string, baseUrl: BaseUrl): BaseUrl;