import type { LwcBabelPluginOptions } from '@lwc/babel-plugin-component'; import type { Config as TemplateCompilerConfig } from '@lwc/template-compiler'; export type Expression = string; export type TemplateTransformOptions = Pick; export type ComponentTransformOptions = Partial>; //# sourceMappingURL=shared.d.ts.map