import { Jokes, Animals, SFW, NSFW, Games, Captcha, QRcode, IPinfo } from './API';
export declare class NightAPI {
    token: string;
    constructor(token: string);
}
export interface NightAPI {
    token: string;
    jokes: Jokes;
    animals: Animals;
    sfw: SFW;
    nsfw: NSFW;
    games: Games;
    captcha: Captcha;
    qrcode: QRcode;
    ipinfo: IPinfo;
}
//# sourceMappingURL=index.d.ts.map