import { HardhatRuntimeEnvironment } from "hardhat/types";
import { VnetType } from "../tenderly/vnet-type";
export declare function composeApiURL(hre: HardhatRuntimeEnvironment, endpointId: string, chainId: number, vnetType: VnetType): string;
export declare function composeBrowserURL(hre: HardhatRuntimeEnvironment, endpointId: string, chainId: number, vnetType: VnetType): string;
//# sourceMappingURL=url-composer.d.ts.map