import { Plugin } from 'unified';
import { Root } from 'mdast';
export declare const HATENA_ID_REGEX: RegExp;
export declare const HATENA_ID_REGEX_GLOBAL: RegExp;
export declare const remarkHatenaId: Plugin<[], Root>;
