import type { LwcBabelPluginPass } from '../../types'; import type { DecoratorMeta } from '../index'; export default function validate(decorators: DecoratorMeta[], state: LwcBabelPluginPass): void; //# sourceMappingURL=validate.d.ts.map