import { Item } from './Item'; export declare class FlowrEpg extends Item { timezone?: string; url?: string; xslt?: string; constructor(src: FlowrEpg); }