import type { TemplateVariable } from '../../types'; export declare const toWords: (inputString: string, joinWords?: boolean) => string; export declare const formatVariableLabel: (variable: TemplateVariable) => string; //# sourceMappingURL=utils.d.ts.map