export declare abstract class Primitives {
    abstract toJSON(): any;
}
//# sourceMappingURL=primatives.d.ts.map