import type { DeliveryBindingV2, RollbackRecoveryV2 } from "./long-task-delivery-types.js"; export declare function parseBindings(value: unknown, label: string): DeliveryBindingV2[]; export declare function parseRollback(value: unknown, label: string): RollbackRecoveryV2;