import { IParserState } from '../parser/type'; export declare function skipSingleLine(parser: IParserState): void; export declare function skipMultiLine(parser: IParserState): void; //# sourceMappingURL=comment.d.ts.map