export interface Stringable {
  toString(): string;
}
