export declare const coloration: {
    readonly motivation: import("chalk").ChalkInstance;
    readonly warn: import("chalk").ChalkInstance;
    readonly path: import("chalk").ChalkInstance;
    readonly expected: import("chalk").ChalkInstance;
    readonly actual: import("chalk").ChalkInstance;
    readonly taskTitle: import("chalk").ChalkInstance;
    readonly stepTitle: import("chalk").ChalkInstance;
    readonly jsonBlock: import("chalk").ChalkInstance;
    readonly running: import("chalk").ChalkInstance;
};
