export declare const scrollBridgeSupportedBlockchains: readonly ["GOERLI", "SCROLL_SEPOLIA"];
export type ScrollBridgeSupportedBlockchain = (typeof scrollBridgeSupportedBlockchains)[number];
