import type { VideoInfoResponse, CommentsResponse, RepliesResponse, SearchResponse } from "../types/index.js"; export declare function getVideoInfo(videoId: string): Promise; export declare function getComments(videoId: string | undefined, limit: number, sort: "relevance" | "time", pageToken?: string): Promise; export declare function getReplies(pageToken: string): Promise; export declare function searchYouTube(query: string, limit: number, gl?: string, hl?: string, sp?: string, pageToken?: string): Promise; //# sourceMappingURL=serpapi.d.ts.map