import type { TSESTree } from '@typescript-eslint/types';
import type { Type } from './types/type';
export declare class Generics {
    readonly node: TSESTree.TSTypeParameterInstantiation;
    constructor(node: TSESTree.TSTypeParameterInstantiation | undefined);
    get types(): Type[];
    private get params();
}
//# sourceMappingURL=generics.d.ts.map