import type { CommentOption, StatesMap } from './types'; export declare function esc(input: string): string; export declare function configComments(states: StatesMap, opts: CommentOption[]): StatesMap; //# sourceMappingURL=comment.d.ts.map