import ts from 'typescript';
export declare const getMdxPlugins: (sourceFile: ts.SourceFile) => Set<string>;
