declare const add: (strings: TemplateStringsArray, ...slots: any[]) => string; export { add };