declare class Environment { static isSourcePlugin: boolean; static isSourceProps: boolean; static isExtension: boolean; } export default Environment;