import { ClassConstructor } from '../types';
export declare function Optional(): (target: ClassConstructor, _propertyKey: string | symbol, parameterIndex: number) => void;
