import { RawTokenData } from '../../../builtInParsers/utils/template.js'; export declare const INVALID_CHARS: RegExp; export declare const DEFAULT_TEMPLATE = "${{#if groups}}{{groups}}-{{/if}}{{token}}{{#if mode}}-{{mode}}{{/if}}"; export declare function renderVariable(template: string, data: RawTokenData): string; //# sourceMappingURL=template.d.ts.map