/** * Interpolates handlebars-style placeholders on an object graph * @param template * @param settings * @param transforms */ export declare function interpolate(template: any, settings: any, transforms?: any): any;