import type { NodePath } from '@babel/core'; import type { BabelAPI } from './types'; export default function ({ types: t }: BabelAPI, path: NodePath): void; //# sourceMappingURL=scope-css-imports.d.ts.map