import { Type } from './types'; export declare function getComplexityScoreForType(type: Type, recursionCount?: number): number;