import type { ChainIdResponse } from './types'; /** * Checkpoint API methods */ export declare const chainApi: { /** * Get the current chain id * @returns Promise with chain id response */ getChainId: () => import("../../client/index.js").PromiseWrapper<"custom", ChainIdResponse, ChainIdResponse, ChainIdResponse, import("../../client/index.js").ParsedError, import("../../client/index.js").ParsedError | ChainIdResponse, import("../../client/index.js").ParsedError<"timeout">, ""> & Promise; }; export default chainApi;