export declare enum Types { command = "command", stringParameter = "stringParameter", booleanParameter = "booleanParameter", } export default Types;