import { BoundValueType } from '../Enums/BoundValueType'; export declare class Bound { valueType: BoundValueType; value?: number; }