import * as T from './types';
declare function analyse(path?: string, opts?: T.Options): Promise<T.Results>;
declare function analyse(paths?: string[], opts?: T.Options): Promise<T.Results>;
export = analyse;
