/** * Creates a string for use in a description template. * * Example return: [hello](parameter-template). * * @param parameterValue - The parameter value to be formatted. * @param parameterName - The parameter name. * * @returns Returns the formatted string. */ export declare function createFormatForDescription(parameterValue: string, parameterName: string): string; //# sourceMappingURL=createFormatForDescription.d.ts.map