import * as ts from 'typescript';
export declare function before(): (ctx: ts.TransformationContext) => ts.Transformer<any>;
export declare function simpleDecorator(): void;
