import { FeedObject } from "podverse-partytime"; export declare const compatChannelDto: (parsedFeed: FeedObject) => { podcast_guid: string | null; title: string | null; sortable_title: string | null; medium_id: import("podverse-helpers").MediumEnum; }; export declare const compatChannelAboutDto: (parsedFeed: FeedObject) => { author: string | null; explicit: boolean | null; language: string | null; website_link_url: string | null; itunes_type: import("podverse-orm").ChannelItunesTypeItunesTypeEnum; episode_count: number; last_pub_date: Date | null; }; export declare const compatChannelCategoryDtos: (parsedFeed: FeedObject) => { category_id: import("podverse-helpers").CategoryEnum; }[]; export declare const compatChannelChatDto: (parsedFeed: FeedObject) => { server: string | null; protocol: string; account_id: string | null; space: string | null; } | null; export declare const compatChannelDescriptionDto: (parsedFeed: FeedObject) => { value: string; } | null; export declare const compatChannelFundingDtos: (parsedFeed: FeedObject) => { url: string; title: string | null; }[]; export declare const compatChannelImageDtos: (parsedFeed: FeedObject) => ({ url: string | undefined; image_width_size: null; } | { url: string; image_width_size: number; })[]; export declare const compatChannelLicenseDto: (parsedFeed: FeedObject) => { identifier: string; url: string | null; } | null; export declare const compatChannelLocationDto: (parsedFeed: FeedObject) => { geo: string | null; osm: string | null; name: string | null; } | null; export declare const compatChannelPersonDtos: (parsedFeed: FeedObject) => { name: string; role: string | null; person_group: string; img: string | null; href: string | null; }[]; export declare const compatChannelPodrollRemoteItemDtos: (parsedFeed: FeedObject) => { feed_guid: string; feed_url: string | null; item_guid: null; title: null; }[]; export declare const compatChannelPublisherRemoteItemDtos: (parsedFeed: FeedObject) => { feed_guid: string; feed_url: string | null; item_guid: null; title: null; }[]; export declare const compatChannelRemoteItemDtos: (parsedFeed: FeedObject) => { feed_guid: string; feed_url: string | null; item_guid: null; title: null; }[]; export declare const compatChannelSocialInteractDtos: (parsedFeed: FeedObject) => { protocol: string; uri: string; account_id: string | null; account_url: string | null; priority: number | null; }[]; export declare const compatChannelSeasonDtos: (parsedFeed: FeedObject) => { number: number; name: string | null; }[]; export declare const compatChannelTrailerDtos: (parsedFeed: FeedObject) => { url: string; title: null; pub_date: Date; length: number | null; type: string | null; season: number | null; }[]; export declare const compatChannelTxtDtos: (parsedFeed: FeedObject) => { purpose: string | null; value: string; }[]; export declare const compatChannelValueDtos: (parsedFeed: FeedObject) => { channel_value: { 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; }[]; }[]; //# sourceMappingURL=channel.d.ts.map