import type { Commands, KeysOf, TemplateData } from './types'; /** * The generic template string template engine function, it does not have any special * features, it just fills the provided template with your data. * * @returns The generated string */ export declare function t>[]>(_template: TemplateStringsArray, data: D, ...keys: Commands[]): string; //# sourceMappingURL=t.d.ts.map