import { member } from "../../../core";
export interface FloorToInt_Double2Input {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    N?: member<any>;
}
export declare function FloorToInt_Double2(props: FloorToInt_Double2Input): any;
//# sourceMappingURL=FloorToInt_Double2.d.ts.map