export declare const DEFAULT_LANGUAGE_MAPPER: Record<string, string>;
export declare function getShortLang(filename: string, languageMapper?: Record<string, string> | false): string;
