import type { ICommentOption } from '../../abstraction'; export declare const normalizeCommentOption: (option?: ICommentOption) => ICommentOption;