import ts from 'typescript';
export declare function fixTsEarlyReturnTransformer(context: ts.TransformationContext): (sourceFile: ts.SourceFile) => ts.SourceFile;
