import { Options as HTMLMinifierOptions } from 'html-minifier'; export interface NgTemplatesOptions { module: string; path?: string | ((path: string, base: string) => string); filename: string; header: string; footer: string; standalone: boolean; htmlMinifier: HTMLMinifierOptions; } //# sourceMappingURL=index.d.ts.map