import type * as interfaces from "./interfaces"; export type { interfaces }; import type * as libs from "./libs"; export type { libs }; export type { OApp } from "./OApp"; export type { OAppCore } from "./OAppCore"; export type { OAppReceiver } from "./OAppReceiver"; export type { OAppSender } from "./OAppSender";