import { HardhatRuntimeEnvironment } from 'hardhat/types';
export declare function createDiamondsRoutes(hre: HardhatRuntimeEnvironment): import("express-serve-static-core").Router;
