import { Eater, UnifiedParser } from './unified-parser';
import { Node } from 'unist';
export declare function htmlCommentInlineTokenizer(this: UnifiedParser, eat: Eater, value: string, silent?: boolean): Node | boolean | undefined;
export declare namespace htmlCommentInlineTokenizer {
    var locator: (value: string, fromIndex: number) => number;
}
