/// import { URL } from 'node:url'; import { type SearchVideoTypes } from '../types/shims'; export declare const headers: { 'Access-Control-Allow-Origin': string; 'User-Agent': string; }; export declare const searchVideoTypes: Omit; export declare const defaultOptions: { type: string; language: string; max: number; }; export declare const ytURL: URL; export declare const ytVideoURL: URL; export declare const ytMusicURL: URL;