/** * Kaneo API base URL without trailing slash and without `/api` suffix. */ export declare function normalizeBaseUrl(raw: string): string;