import { TypeValue } from "../decorators/types"; import { ValidateSettings } from "../schema/build-context"; export declare function validateArg(argValue: T | undefined, argType: TypeValue, globalValidate: ValidateSettings, argValidate: ValidateSettings | undefined): Promise;