import type * as ts from 'typescript';
import { CustomFunction } from '../../matcher/matcher';
export declare function customFunctionWithTypeArgument(sourceName: string, declarationName: string, run: (node: ts.CallExpression, typeArgument: ts.TypeNode) => ts.Node): CustomFunction;
