export declare const intro = "\u001B[38;2;26;64;73m\n\u2588 \u001B[1mUnleash CLI\n\u001B[39m\u001B[22m"; export declare const version: any; export declare const step: (message: string, ...params: string[]) => void; export declare const error: (message: string) => string; export declare const fetchDefinitions: () => Promise; //# sourceMappingURL=helpers.d.ts.map