export declare const pulseChainSupportedBlockchains: readonly ["ETH", "PULSECHAIN"];
export type PulseChainCrossChainSupportedBlockchain = (typeof pulseChainSupportedBlockchains)[number];
