export declare function InputBoolean(): (target: any, propName: string) => void; export declare function InputNumber(fallbackValue?: number): (target: any, propName: string) => void;