export interface WithToString {
    toString: () => string;
}
