/**
 * @file 用于在移动端或不同语言环境下使用不同配置
 */
export declare const envOverwrite: (schema: any, locale?: string | undefined) => void;
