import type * as babel from '@babel/core'; import type * as t from '@babel/types'; export declare function isStatementTopLevel(path: babel.NodePath): boolean; //# sourceMappingURL=is-statement-top-level.d.ts.map