export declare function getModuleExports({ content, libraryPath, }: { libraryPath: string; content: string; }): Promise<{ exports: readonly string[]; isCJS: boolean; }>;