/**
 * Interpolate object values into the input using double curly braces interpolation
 */
export declare function interpolate(input: any, object: any): any;
/**
 * rebase all the html attributes to a specified base path
 */
export declare function rebaseAttribute(html: any, basePath: any, attr: any): any;
