export declare type StringSerializable = unknown & { toString(): string; }; //# sourceMappingURL=StringSerializable.d.ts.map