import { IsType } from './is-type.type';
export declare function Is(type: IsType, required: boolean, description: string): PropertyDecorator;
