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