export type { EditPayload } from './edit'; export { edit } from './edit'; export type { FindPayload } from './find'; export { find } from './find'; export type { OpenPayload } from './open'; export { open } from './open'; export type { OpenWithMacroPayload } from './open-with-macro'; export { openWithMacro } from './open-with-macro'; export type { SelectPayload } from './select'; export { select } from './select'; export type { RemoteDesktopManagerOpenExampleTabpage, RemoteDesktopManagerOpenPayload, RemoteDesktopManagerParameterPayload, RemoteDesktopManagerPayload, RemoteDesktopManagerSelectPayload, RemoteDesktopManagerSelectTabpage, RemoteDesktopManagerTabpage, } from './shared'; export type { ViewPayload } from './view'; export { view } from './view';