export declare function parseModule(opts: { content: string; path: string; }): Promise; export declare function parseModuleSync(opts: { content: string; path: string; }): readonly [imports: readonly import("../compiled/es-module-lexer").ImportSpecifier[], exports: readonly string[], facade: boolean]; //# sourceMappingURL=parseModule.d.ts.map