export declare const getRelativeBaseUrl: () => string | undefined; export declare const setRelativeBaseUrl: (url: string) => void; export declare const __setTestBaseUrl: (value: string | undefined) => void;