export default function request(options: { site: "e621" | "e926" | "gelbooru" | "furrybot" | "yiffrest" | "floofy" | "sheri" | "fox" | "shibe" | "thaldrin"; killswitch?: { enabled?: boolean; instance?: string; }; tags?: string | string[]; apikey?: { sheri?: string; yiffrest?: string; e621?: string; e926?: string; }; limit?: number; useragent?: string; animal?: string; category?: string; endpoint?: string; }): Promise;