import type { WalletContextState } from "@solana/wallet-adapter-react";
import type { Connection } from "@solana/web3.js";
import { DevbaseClient } from "../../devbase/index.cjs";
import type { SignMessage, SignTransaction } from "../../utils/index.cjs";
export declare function useDevapp(): {
    wallet: WalletContextState;
    connection: Connection;
    devbaseClient: DevbaseClient;
    userWallet: string | undefined;
    signTransaction: SignTransaction | undefined;
    signMessage: SignMessage | undefined;
};
//# sourceMappingURL=useDevapp.d.cts.map