export type LanguageCode = string; export declare const isLanguageCode: (input: unknown) => input is string; //# sourceMappingURL=language.d.ts.map