import { ILlmSchema } from "@typia/interface"; export declare const _coerceLlmArguments: (value: unknown, parameters: ILlmSchema.IParameters) => T;