import { SSSTikResponse } from "../../types/downloader/ssstik";
export declare const SSSTik: (url: string, proxy?: string) => Promise<SSSTikResponse>;
