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