export declare function normalizeSiteBase(value?: string): string; export declare function joinBase(base: string, ...parts: string[]): string;