import type { ToolDefinition } from '../types/profile.js'; type NormalizedArguments = Record; export declare function normalizeArguments(toolDef: ToolDefinition, args: Record): NormalizedArguments; export declare function applyParameterDefaults(toolDef: ToolDefinition, args: Record): NormalizedArguments; export {}; //# sourceMappingURL=argument-normalizer.d.ts.map