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