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