/** * Escape `\` and `*` characters in doc strings. Also removes the indentation if it * exists on all lines in the input. * * @param {import("../generate.js").GenerateContext} generateContext */ export function docStringCleanup(generateContext: import("../generate.js").GenerateContext): void;