export type Serializable = {
    get serialized(): string;
};
//# sourceMappingURL=Serializable.d.ts.map