export declare var ParameterValidators: {
    validate: (parameter: any, value: any) => any;
};
