import type { NodePath } from '@babel/traverse'; import * as t from '@babel/types'; export declare function cleanupBeforeExit(): void; export declare function getStaticBindingsForScope(scope: NodePath['scope'], whitelist: string[] | undefined, sourcePath: string, bindingCache: Record, shouldPrintDebug: boolean | 'verbose'): Promise>; //# sourceMappingURL=getStaticBindingsForScope.d.ts.map