import { Phase4Value } from "podverse-partytime"; export declare const compatChannelValue: (value: Phase4Value) => { type: string; method: string; suggested: number | null; channel_value_recipients: { type: string; address: string; split: number; name: string | null; custom_key: string | null; custom_value: string | null; fee: boolean; }[]; }; export declare const compatItemValue: (value: Phase4Value) => { type: string; method: string; suggested: number | null; item_value_recipients: { type: string; address: string; split: number; name: string | null; custom_key: string | null; custom_value: string | null; fee: boolean; }[]; item_value_time_splits: ({ meta: { start_time: string; duration: string; remote_start_time: string; remote_percentage: string; }; item_value_time_splits_recipients: never[]; item_value_time_splits_remote_item: { feed_guid: string; feed_url: string | null; item_guid: string | null; title: null; } | null; } | { meta: { start_time: string; duration: string; remote_start_time: string; remote_percentage: string; }; item_value_time_splits_recipients: { type: string; address: string; split: number; name: string | null; custom_key: string | null; custom_value: string | null; fee: boolean; }[]; item_value_time_splits_remote_item: null; })[]; }; //# sourceMappingURL=value.d.ts.map