export default interface Stringifiable { readonly toString: () => T; } //# sourceMappingURL=stringifiable.d.ts.map