import Sphere, { SphereConfig } from "@stratosphere-network/wallet";
export declare class StratoSphere {
    private wallet;
    setupWallet(config: SphereConfig): void;
    hasWallet(): boolean;
    getWallet(): Sphere | null;
}
//# sourceMappingURL=index.d.ts.map