import { Feature } from './feature';
export type tokenTagPair = [string, string];
export declare function tag(features: Feature[]): tokenTagPair[];
