import { YoutubeRawData } from "./types"; export declare const getDuration: (s: string) => number; export declare const getQueryParameter: (url: string, queryName: string) => string; export declare const stripToInt: (string: string) => number | null; export declare const getContinuationFromContents: (data: YoutubeRawData[]) => string | undefined;