): this;
context(): TENCTX;
context(name: keyof TENCTX): TENCTX[keyof TENCTX];
context(name: keyof TENCTX, value: any): this;
clear(): void;
checkSync| = {}>(data: TD): ValidationError[];
check(data: any, cb: (errors: null | ValidationError | ValidationError[]) => void): void;
}
|