//List all the functions declare class NekoClient { getSFWTickle():Promise; getSFWSlap():Promise; getSFWPoke():Promise; getSFWPat():Promise; getSFWNeko():Promise; getSFWNekoGif():Promise; getSFWMeow():Promise; getSFWLizard():Promise; getSFWKiss():Promise; getSFWHug():Promise; getSFWFoxGirl():Promise; getSFWFeed():Promise; getSFWCuddle():Promise; getSFWWhy():Promise; getSFWCatText():Promise; getSFWOwOify(opts: NekoClient.NekoQueryParams):Promise; getSFWChat(opts: NekoClient.NekoChatParams):Promise; getSFW8Ball(opts: NekoClient.NekoQueryParams):Promise; getSFWFact():Promise; getSFWKemonomimi():Promise; getSFWHolo():Promise; getNSFWRandomHentaiGif():Promise; getNSFWPussy():Promise; getNSFWNekoGif():Promise; getNSFWNeko():Promise; getNSFWLesbian():Promise; getNSFWKuni():Promise; getNSFWCumsluts():Promise; getNSFWClassic():Promise; getNSFWBoobs():Promise; getNSFWBJ():Promise; getNSFWAnal():Promise; getNSFWAvatar():Promise; getNSFWYuri():Promise; getNSFWTrap():Promise; getNSFWTits():Promise; getNSFWGirlSoloGif():Promise; getNSFWGirlSolo():Promise; getNSFWSmallBoobs():Promise; getNSFWPussyWankGif():Promise; getNSFWPussyArt():Promise; getNSFWKemonomimi():Promise; getNSFWKitsune():Promise; getNSFWKeta():Promise; getNSFWHolo():Promise; getNSFWHoloEro():Promise; getNSFWHentai():Promise; getNSFWFutanari():Promise; getNSFWFemdom():Promise; getNSFWFeetGif():Promise; getNSFWEroFeet():Promise; getNSFWFeet():Promise; getNSFWEro():Promise; getNSFWEroKitsune():Promise; getNSFWEroKemonomimi():Promise; getNSFWEroNeko():Promise; getNSFWEroYuri():Promise; getNSFWCumArts():Promise; getNSFWBlowJob():Promise; getNSFWPussyGif():Promise; } export = NekoClient; declare namespace NekoClient { //Help create options interface for the few functions that need it export interface NekoQueryParams { text: string; } export interface NekoChatParams extends NekoQueryParams { owo?: boolean; } export interface NekoRequestResults { url: string; } export interface NekoChatResults { response: string; url?: string; } export interface NekoCatResult { cat: string; } export interface NekoWhyResult { why: string; } export interface NekoOwOResult { owo: string; } }