declare function optional(): (target: import("./decorator_utils").DecoratorTarget, targetKey?: string | symbol | undefined, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor | undefined) => void; export { optional };