export interface Cloneable {
    clone: () => this;
}
//# sourceMappingURL=cloneable.d.ts.map