export type Options = {
    sep: string | string[];
    fixationPoint: number;
    ignoreHtmlTag: boolean;
    ignoreHtmlEntity: boolean;
};
