///
export declare class LoLHuman {
readonly apikey: string;
constructor(apikey: string);
private readonly client;
youtubeSearch(query: string): Promise;
youtubeAudio(url: string): Promise;
youtubeVideo(url: string): Promise;
youtubeAudio2(url: string): Promise;
youtubeVideo2(url: string): Promise;
youtubePlay(query: string): Promise;
tiktokMusic(url: string): Promise;
tiktokWM(url: string): Promise;
tiktokNoWM(url: string): Promise;
tiktokNoWM2(url: string): Promise;
tiktokNoWM3(url: string): Promise;
facebook(url: string): Promise;
facebook2(url: string): Promise;
joox(joox_id: string): Promise;
jooxPlay(query: string): Promise;
spotify(url: string): Promise;
spotifySearch(query: string): Promise;
twitterImage(url: string): Promise;
twitterVideo(url: string): Promise;
twitterVideo2(url: string): Promise;
instagram(url: string): Promise;
instagram2(url: string): Promise;
instagramReel(url: string): Promise;
instagramHighlights(username: string): Promise;
instagramStory(username: string): Promise;
cocofun(url: string): Promise;
smule(url: string): Promise;
sharechat(url: string): Promise;
pinterestDL(url: string): Promise<{
[_: string]: string;
}>;
pinterestVideo(url: string): Promise<{
[_: string]: string;
}>;
telestick(url: string): Promise<{
name: string;
title: string;
sticker: string[];
}>;
linestick(url: string): Promise<{
title: string;
stickers: string[];
}>;
zippyshare(url: string): Promise;
mediafire(url: string): Promise;
solidfiles(url: string): Promise;
apkDownloader(pkg: string): Promise;
xnxx(url: string): Promise;
xnxxSearch(query: string): Promise;
pixivDL(pixiv_id: string): Promise;
quran(surah?: number, ayat?: number): Promise;
quranAudio(surah: number, ayat?: number): Promise;
haditsSearch(query: string): Promise;
haditsDetail(kitab: string, nomor: number): Promise;
jadwalSholat(daerah: string): Promise;
niatSholat(sholat: 'subuh' | 'dzuhur' | 'ashar' | 'maghrib' | 'isya'): Promise;
asmaulHusna(): Promise;
kisahNabi(nabi: string): Promise;
lk21(query: string): Promise;
drakor(query: string): Promise;
drakorOngoing(): Promise;
wattpad(url: string): Promise;
wattpadSearch(query: string): Promise;
webtoon(url: string): Promise;
mangatoon(url: string): Promise;
cerpen(): Promise;
ceritaHoror(): Promise;
textprome(type: 'blackpink' | 'neon' | 'greenneon' | 'futureneon' | 'sandwriting' | 'sandsummer' | 'sandengraved' | 'metaldark' | 'neonlight' | 'holographic' | 'text1917' | 'minion' | 'deluxesilver' | 'newyearcard' | 'bloodfrosted' | 'halloween' | 'jokerlogo' | 'fireworksparkle' | 'natureleaves' | 'bokeh' | 'toxic' | 'strawberry' | 'box3d' | 'roadwarning' | 'breakwall' | 'icecold' | 'luxury' | 'cloud' | 'summersand' | 'horrorblood' | 'magma' | 'impressiveglitch' | 'harrypotter' | 'thunder' | 'watercolor' | 'wonderfulgraffiti', text: string): Promise;
textprome2(type: 'pornhub' | 'glitch' | 'avenger' | 'space' | 'ninjalogo' | 'marvelstudio' | 'lionlogo' | 'wolflogo' | 'steel3d' | 'wallgravity' | 'coolgravity', text1: string, text2: string): Promise;
photooxy1(type: 'shadow' | 'cup' | 'glowingneon' | 'romance' | 'smoke' | 'burnpaper' | 'cup1' | 'naruto' | 'lovemessage' | 'undergrass' | 'love' | 'coffe' | 'woodheart' | 'flowerheart' | 'woodenboard' | 'summer3d' | 'wolfmetal' | 'nature3d' | 'underwater' | 'golderrose' | 'summernature' | 'letterleaves' | 'fallleaves' | 'flamming' | 'harrypotter' | 'carvedwood', text: string): Promise;
photooxy2(type: 'tiktok' | 'arcade8bit' | 'battlefield4' | 'pubg', text1: string, text2: string): Promise;
ephoto1(type: 'wetglass' | 'multicolor3d' | 'watercolor' | 'luxurygold' | 'galaxywallpaper' | 'lighttext' | 'beautifulflower' | 'puppycute' | 'royaltext' | 'heartshaped' | 'birthdaycake' | 'galaxystyle' | 'hologram3d' | 'greenneon' | 'glossychrome' | 'greenbush' | 'metallogo' | 'noeltext' | 'glittergold' | 'textcake' | 'starsnight' | 'wooden3d' | 'textbyname' | 'writegalacy' | 'galaxybat' | 'snow3d' | 'birthdayday' | 'pubgmaskot' | 'goldplaybutton' | 'silverplaybutton' | 'freefire' | 'cartoongravity' | 'anonymhacker' | 'mlwall' | 'aovwall' | 'logogaming' | 'fpslogo' | 'avatarlolnew' | 'avatardota' | 'angelwing' | 'lolavatar' | 'lolcover', text: string): Promise;
ephoto2(type: 'juventusshirt' | 'cutegravity' | 'realvintage' | 'codwarzone', text1: string, text2: string): Promise;
konachan(query: string): Promise;
danbooru(query: string): Promise;
wallpaper(query: string): Promise;
wallpaper2(query: string): Promise;
wallpaper3(query: string): Promise;
gsearch(query: string): Promise;
gimage(query: string): Promise;
gimage2(query: string): Promise;
stickerwa(query: string): Promise<{
title: string;
author: string;
url: string;
stickers: string[];
}[]>;
pinterest(query: string): Promise;
pinterest2(query: string): Promise;
pixiv(query: string): Promise;
pixiv2(query: string): Promise;
unsplash(query: string): Promise;
reverseYandex(img: string): Promise;
googleReverse(img: Buffer): Promise;
musicSearch(file: Buffer): Promise;
moddroid(query: string): Promise;
domainSearch(query: string): Promise<{
name: string;
price: number;
}[]>;
domainCheck(query: string): Promise<'unavailable' | 'available'>;
searchPlace(query: string): Promise;
searchBijak(query: string): Promise;
}