export declare const COVERAGE_STATUS: {
    readonly OK: "✨";
    readonly BAD: "🔥";
};
export type CoverageStatus = typeof COVERAGE_STATUS[keyof typeof COVERAGE_STATUS];
//# sourceMappingURL=coverage-status.d.ts.map