import type * as ts from 'typescript';
/**
 * @deprecated This is in TypeScript as of 3.7.
 */
export declare function getTypeArguments(type: ts.TypeReference, checker: ts.TypeChecker): readonly ts.Type[];
//# sourceMappingURL=getTypeArguments.d.ts.map