import type { HardhatRuntimeEnvironment } from "hardhat/types"; export declare function refreshAccessToken(refresh_token: { token: string; }, hre: HardhatRuntimeEnvironment): Promise; export declare function generateMartketplaceAccessToken({}: {}, hre: HardhatRuntimeEnvironment): Promise;