import { HelperOptions } from 'handlebars'; declare const switchFunc: (value: any, options: HelperOptions) => string; export default switchFunc;