export default interface WithToString {
    toString: () => string;
}
//# sourceMappingURL=WithToString.d.ts.map