import type { ExecRequest } from "@tangle-network/agent-interface/environment-provider"; export declare function assertOptionKeys(value: object | undefined, allowed: readonly string[], label: string): void; export declare function assertRecord(value: unknown, label: string): asserts value is Record; export declare function assertExecOptions(options: ExecRequest | undefined): void;