declare function getCommentString(str: string, { type }?: { type?: string | undefined; }): string; export { getCommentString as default, getCommentString };