import * as ts from 'typescript'; import { TransformerOptions } from '../types'; export default function propSetDecorator(options?: TransformerOptions): ts.TransformerFactory;