persona-community-5/.pnpm-store/v3/files/55/fac9461e327f66bca702c4cc7f284cb5646c4e4e70b95131732f189310acb57eca3b82e5ce96db27a5d5796188932404d2196df2ba3603223dfcfe8f8509a7
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

14 lines
386 B
Plaintext

import * as colorette from 'colorette';
export declare const colorOptions: {
enabled: boolean;
};
export declare const colorize: typeof colorette;
declare class Logger {
protected stderr(str: string): boolean;
info(str: string): boolean | void;
warn(str: string): boolean | void;
error(str: string): boolean | void;
}
export declare const logger: Logger;
export {};