declare const _default: (str: string, options?: {
    special?: string[];
}) => string;

export { _default as default };
