export declare const black = "\u001B[40m \u001B[0m"; export declare const white = "\u001B[47m \u001B[0m"; export declare function toCell(isBlack: boolean): "\u001B[40m \u001B[0m" | "\u001B[47m \u001B[0m"; export declare function repeat(color: string): { times: (count: number) => string; }; export declare function fill(length: number, value: boolean): any[]; //# sourceMappingURL=helper.d.ts.map