export declare function createDoc(html: string): Document | null; export declare function makeEntryCacheKey(entry: any): string; export declare function extractYtStartTime(url: string): string;