import { Reflection } from 'typedoc';
import { CommentFinder } from './types';
declare function getFinders(refl?: Reflection): Readonly<CommentFinder[]>;
export { getFinders };
//# sourceMappingURL=finder.d.ts.map