import type { EntropyProposal } from "./types.js"; export declare const formatEntropyMetric: (value: number) => string; export declare const formatEntropyCommandHints: () => string[]; export declare const entropyReviewKey: (proposals: readonly EntropyProposal[]) => string; export declare const formatEntropyReviewNotice: (proposals: readonly EntropyProposal[]) => string; export declare const formatEntropyCompileNotice: (input: { beforeScore: number; afterScore: number; reviewCount?: number; normalizations?: number; }) => string; //# sourceMappingURL=presentation.d.ts.map