export declare function appendPath(baseUrl: string, path: string): string;
export declare function normalizeAccents(str: string): string;
export declare const StringBase: {
appendPath: typeof appendPath;
normalizeAccents: typeof normalizeAccents;
};