export declare function unwrap(text: string): string; export declare function unwrapSinglelineComment(text: string): string; export declare function unwrapMultilineComment(text: string): string; export declare function unwrapDocComment(text: string): string; export declare function isSinglelineComment(text: string): boolean; export declare function isMultilineComment(text: string): boolean; export declare function isDocComment(text: string): boolean;