export declare const layerZeroBridgeSupportedBlockchains: readonly ["POLYGON", "BSC", "ARBITRUM"]; export type LayerZeroBridgeSupportedBlockchain = (typeof layerZeroBridgeSupportedBlockchains)[number];