/**
 *
 * @param content
 */
export declare function transformIndexHtml(content: string): Promise<string>;
