import type { Caip25CaveatValue } from "@metamask/chain-agnostic-permission"; import type { CaipChainId, JsonRpcRequest } from "@metamask/utils"; export type ScopedJsonRpcRequest = JsonRpcRequest & { scope?: CaipChainId; }; /** * Get a session scopes value that can be used for simulation, by injecting non-EVM methods into the returned session scopes * directly from the caveat. * * @param value The caveat value. * @returns The session scopes. */ export declare function getSessionScopes(value: Caip25CaveatValue): import("@metamask/chain-agnostic-permission").NormalizedScopesObject; //# sourceMappingURL=utils.d.mts.map