type OutcomeValue = string | number; export type OutcomePart = string | [key: string, value: OutcomeValue]; export declare function outcomeLine(verb: string, parts?: OutcomePart[], opts?: { note?: string; }): string; export {}; //# sourceMappingURL=outcome-line.d.ts.map