/** Represents an integer option */ export declare class OptionValueIntegerBaseModel { _: 'optionValueInteger'; /** The value of the option */ value: number; }