export function replaceBaseplateHtmlWithLitPlugin(): {
name: string;
enforce: string;
/**
* @param source {string}
* @param importer {string}
* @param options {unknown}
* @return {Promise}
*/
resolveId(source: string, importer: string, options: unknown): Promise;
buildEnd(): void;
};
//# sourceMappingURL=replaceBaseplateHtmlWithLit.d.ts.map