import { HTMLElement } from 'node-html-parser'; export declare const getDigitekaIframes: (root?: HTMLElement | Document) => HTMLElement[] | NodeListOf; export declare const getTwentyMinVideoCount: () => number; export declare const getDigitekaIframesInContent: () => NodeListOf; export declare const containsVideo: () => boolean; export declare const containsPodcast: () => boolean; export declare const containsPhoto: () => boolean;