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