export default class Console { static green(...payload: unknown[]): void; static red(...payload: unknown[]): void; }