/**
 * String interpolation
 */
declare function interpolate(template: any, replacements: any, syntax: any): any;
export default interpolate;
