import { CallSignatureDeclaration } from 'ts-morph';
/**
 *
 * @param callSignature
 */
export declare function getCallSignatureName(callSignature: CallSignatureDeclaration): string;
