export enum VariableType {
	Integer = 1,
	State = 2,
}
