declare const ENV_TYPES: {
    sandbox: string;
    virtual: string;
    prototype: string;
    creatableTypes(): string[];
};
export = ENV_TYPES;
