export declare const SYMBOLS: { readonly ok: "✓"; readonly fail: "✗"; readonly warn: "⚠"; readonly info: "ℹ"; readonly skip: "⊘"; }; export declare function ok(text: string): string; export declare function fail(text: string): string; export declare function warn(text: string): string; export declare function info(text: string): string; export declare function skip(text: string): string; export declare function stripAnsi(text: string): string; //# sourceMappingURL=format.d.ts.map