export interface Prototypeable {
    clone(): this;
}
export declare abstract class Prototype implements Prototypeable {
    clone(): this;
}
//# sourceMappingURL=Prototype.d.ts.map