import ts from 'typescript';
export declare const getReactBabelPlugins: (sourceFile: ts.SourceFile) => string[];
