declare function optional(): (target: any, targetKey: string, index?: number | undefined) => void;
export { optional };