/** * Pick one language from CS-first API messages shaped as `CS / EN` or `CS / SK / EN`. * Non-matching strings (no slash segments, or >3 parts) are returned unchanged. */ export declare function pickLocalizedApiMessage(message: string, locale: string | undefined): string; //# sourceMappingURL=pickLocalizedApiMessage.d.ts.map