import { UnicodeSkipGlobalState } from './handleUnicodeSkip.types';
import { FeatureHandler } from './types';
export declare const handleUnicodeSkip: FeatureHandler<UnicodeSkipGlobalState>;
