export type IEscapeSelector = (
  selector: string,
  escapeSequence?: string,
) => string;
