import { ComplexityEstimator } from '../../QueryComplexity';
export default function (options?: {}): ComplexityEstimator;
