export type LocalCoreProductInputBoundFailure = { message: string; field: string; index?: number; encodedBytes: number; maxBytes: number; }; export declare function localCoreProductInputBoundFailure(toolName: string, args: Record): LocalCoreProductInputBoundFailure | null;