import { Operand, OperandCloner } from '3xpr';
export declare class OrmOperandClone implements OperandCloner {
    clone(source: Operand): Operand;
}
