/**
 * Checks if a chain ID corresponds to a testnet network supported by Across
 *
 * @param chainId - The blockchain network chain ID
 * @returns true if the chain ID corresponds to a testnet network supported by Across, false otherwise
 */
export declare function isAcrossSupportedTestnet(chainId: number): boolean;
