export class <%= classify(elementName) %>Utils { public static upper<%= classify(elementName) %>(input: string): string { return input.toUpperCase(); } }