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