export default function string<T>(strings: TemplateStringsArray, ...args: (T | (() => T))[]): () => string;
//# sourceMappingURL=string.d.ts.map