import type * as babel from '@babel/core'; import * as t from '@babel/types'; import type { StateContext } from './types'; export declare function createRegistry(state: StateContext, path: babel.NodePath): t.Identifier; //# sourceMappingURL=create-registry.d.ts.map