import { Schema } from 'yup'; import 'reflect-metadata'; export declare const validateMetadataKey: any; export declare function Validate(input: Schema | { schema: () => Schema; }): (target: any, key: string) => void; export declare function getPropertiesValidation(obj: any): {}; export declare function getValidatedProperties(obj: any): string[];