import { EnvType } from '../types'; export declare function createDeepProxy(obj: any, envType: EnvType, path?: string[]): any;