/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ApiItem } from '@microsoft/api-extractor-model'; /** * Generates a concise signature for a function. Example: "getArea(width, height)" */ export default function getConciseSignature(apiItem: ApiItem): string; //# sourceMappingURL=getConciseSignature.d.ts.map