export declare const color: (str: string, color: "red" | "green" | "yellow") => string;
export declare const mapSize: <U, T>(map: Map<U, T[]>) => number;
//# sourceMappingURL=utils.d.ts.map