import { Query } from "@/request"; export declare const watchList: (type: "manga" | "novel", query?: Query<{ p: number; }>) => Promise;