export declare const validate: (...schema: any[]) => (target: object, property?: string | symbol | undefined, descriptor?: any) => void;
