import { NetworkType } from "../types/chain.js"; import type { FolksChainId } from "../types/chain.js"; import type { CCIPData, WormholeData, MockWormholeGuardiansData } from "../types/gmp.js"; export declare function getWormholeData(folksChainId: FolksChainId): WormholeData; export declare function getMockWormholeGuardiansData(network: NetworkType): MockWormholeGuardiansData; export declare function getCcipData(folksChainId: FolksChainId): CCIPData; export declare function checkWormholeExecutorCapability(network: NetworkType, wormholeChainId: number, gasLimit: bigint, receiverValue: bigint, requestPrefix?: string): Promise;