declare const setter: (name: string, defaultValue?: any) => (target: any, propertyKey: string) => void; export { setter };