export declare const createValidator: (descriptor: any, values: any, callback: (errors: any[]) => void) => any;