import { HardhatRuntimeEnvironment } from "hardhat/types";
export declare class UndefinedChainIdError extends Error {
    constructor(networkName: string);
}
export declare class UsernameOrProjectNotProvidedError extends Error {
    constructor();
}
export declare function throwIfUsernameOrProjectNotSet(hre: HardhatRuntimeEnvironment): Promise<void>;
//# sourceMappingURL=errors.d.ts.map