export interface SerializableInterface { serialize: () => Record; toJSON: () => Record; } //# sourceMappingURL=interfaces.d.ts.map