export interface InjectResult { code: string; changed: boolean; } /** * Inject data-source attributes into every HTML element. */ export declare function injectHtmlDataSource(code: string, filePath: string): InjectResult; //# sourceMappingURL=html-injector.d.ts.map