export interface CloneTrait<T> {
    clone(): T;
}
