import type { types, NodePath } from '@babel/core'; import type { DecoratorMeta } from '../index'; import type { BabelTypes, LwcBabelPluginPass } from '../../types'; import type { ClassBodyItem } from '../types'; export default function transform(t: BabelTypes, decoratorMetas: DecoratorMeta[], classBodyItems: NodePath[], state: LwcBabelPluginPass): types.ObjectProperty[]; //# sourceMappingURL=transform.d.ts.map