import type { Scope } from '@babel/traverse'; /** * Like scope.generateUid from babel, but without the underscore prefix and name filters */ export declare function generateUid(scope: Scope, name?: string): string; //# sourceMappingURL=scope.d.ts.map