import { TemplateDelegate } from 'handlebars' declare const template: TemplateDelegate<{ token: string; handle: string }> export default template