export declare function debug(...args: unknown[]): void;
export declare function error(...args: unknown[]): void;
export declare const ANSI: {
    BLUE: string;
    GRAY: string;
    GREEN: string;
    RED: string;
    RESET: string;
};
//# sourceMappingURL=utils.d.ts.map