import { ToString } from '../types'; export declare function recreateString(strings: TemplateStringsArray, ...keys: ToString[]): string;