export declare enum CaveatTypes { RestrictReturnedAccounts = "restrictReturnedAccounts", RestrictNetworkSwitching = "restrictNetworkSwitching" } export declare enum EndowmentTypes { PermittedChains = "endowment:permitted-chains" } export declare enum RestrictedMethods { EthAccounts = "eth_accounts" } //# sourceMappingURL=types.d.cts.map