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