1 | export * from './engine';
|
2 | export * from './analyzer';
|
3 | export * from './types';
|
4 | export * from './config';
|
5 | export * from './enums';
|
6 | export * from './hint-context';
|
7 | import * as allUtils from './utils';
|
8 | import { Analyzer } from './analyzer';
|
9 | export declare const utils: typeof allUtils;
|
10 | export declare const createAnalyzer: typeof Analyzer.create;
|
11 | export declare const getUserConfig: typeof Analyzer.getUserConfig;
|
12 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |