import { HelperOptions } from 'handlebars'; declare const stringify: (data: unknown, options: HelperOptions) => unknown; export default stringify;