import type { ICnEnvOptions, ENV } from './types'; export declare function getCnEnv(options?: ICnEnvOptions): ENV; export * from './types';