import type { ChainId } from "../types/index.js"; export declare function supportsEkuboChain(chainId: ChainId): boolean; export declare function getEkuboChainLiteral(chainId: ChainId, feature: string): "SN_MAIN" | "SN_SEPOLIA"; export declare function isRecord(value: unknown): value is Record; export declare function getEkuboErrorMessageFromPayload(payload: unknown): string | null; //# sourceMappingURL=ekubo.d.ts.map