export declare enum TezosProtocols { CARTHAGE = "carthage", DELPHI = "delphi", EDO = "edo", FLORENCE = "florence", GRANADA = "granada", HANGZHOU = "hangzhou", ITHACA = "ithaca" } export declare type FaucetAccount = { mnemonic: string[]; activation_code: string; amount: string; pkh: string; password?: string; email: string; };