import type * as t from '@babel/types';
export declare function tsTypeParameterInstantiation(params: t.TSType[]): t.TSTypeParameterInstantiation;
export declare function isTSTypeParameterInstantiation(node: t.Node | null | undefined): node is t.TSTypeParameterInstantiation;
export declare function assertTSTypeParameterInstantiation(node: t.Node | null | undefined): asserts node is t.TSTypeParameterInstantiation;
//# sourceMappingURL=ts-type-parameter-instantiation.d.ts.map