/**
 * Context used by a Keyring implementation.
 */
export type KeyringExecutionContext = {
    /** The chain ID. */
    chainId: string;
};
//# sourceMappingURL=contexts.d.cts.map