export declare function Optional(defaultValue?: any): (...args: any[]) => void;