/** * Cleanup comment and prefix multiline comments with "*", * so they look a bit nicer when used in the generated code. * @param comment */ export declare function getComment(comment?: string): string | null;