import _ from 'lodash'; declare const defineAllEnv: () => _.Dictionary; declare const definePublicEnv: () => _.Dictionary; export { definePublicEnv, defineAllEnv };