Expect to export usePopupVariable and useCurrentPopupContext hooks

When I create my plugin, I want to use the following hooks:

usePopupVariable and useCurrentPopupContext

Can can add them into export or if there is any alternative approach?

Thanks.

packages/core/client/src/schema-component/antd/page/index.ts

export { PagePopups, useCurrentPopupContext } from './PagePopups';

packages/core/client/src/schema-settings/VariableInput/hooks/index.ts

export * from './usePopupVariable';