export declare function localizeNative(key: string, ...args: string[]): string;
export declare function overrideNativeLocale(lang: string): boolean;
