/** * Sets dependency as an optional one. */ export declare function Optional(): (target: Object, key: string | symbol, index?: number) => void;