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