import type { ChainComposableOptions } from "../types.js"; import type { ChainId } from "@reactive-dot/core"; import { type ChainDescriptorOf } from "@reactive-dot/core/internal.js"; import type { TypedApi } from "polkadot-api"; /** * Composable for getting Polkadot-API typed API. * * @param options - Additional options * @returns Polkadot-API typed API */ export declare function useTypedApi(options?: ChainComposableOptions): import("../types.js").PromiseLikeAsyncState>>; /** * @internal */ export declare function useTypedApiPromise(options?: ChainComposableOptions): import("../utils/refreshable.js").Refreshable>>>>; //# sourceMappingURL=use-typed-api.d.ts.map