import { Inscription } from "./inscription/index";
import { Launchpad } from "./launchpad/index";
import { MarketPlace } from "./marketplace";
import { Mempool } from "./mempool/index";
import { Satextractor } from "./satextractor/index";
import { Satscanner } from "./satscanner/index";
import { TokenPay } from './tokenpay/index';
import { ClientOptions, InscriptionEnv } from "./types";
export { InscriptionClient } from "./client";
export { InscriptionError } from "./inscription/error";
export * from "./types";
export { MarketPlace } from "./marketplace";
export { Inscription } from "./inscription/index";
export { Satscanner } from "./satscanner/index";
export { Satextractor } from "./satextractor/index";
export { Mempool } from "./mempool/index";
export { TokenPay } from "./tokenpay/index";
export declare class Ordinalsbot {
    private marketPlaceObj;
    private inscriptionObj;
    private launchpadObj;
    private mempoolObj;
    private satextractorObj;
    private satscannerObj;
    private tokenpayObj;
    constructor(key?: string, environment?: InscriptionEnv, tokenPayApiKey?: string, options?: ClientOptions);
    MarketPlace(): MarketPlace;
    Inscription(): Inscription;
    Launchpad(): Launchpad;
    Mempool(): Mempool;
    Satextractor(): Satextractor;
    Satscanner(): Satscanner;
    TokenPay(): TokenPay;
}
//# sourceMappingURL=index.d.ts.map