import type { DeliveryOutcomeV2 } from "./long-task-delivery-types.js"; export declare function parseOutcome(value: unknown, label: string): DeliveryOutcomeV2; export declare function parseOutcomeFragment(raw: string, relative: string): DeliveryOutcomeV2[]; export declare function safeFragmentPath(value: string, index: number): string;