import { Channel } from 'storybook/internal/channels'; import { Options } from 'storybook/internal/types'; type ReactNativeServerOptions = { host?: string; port?: number; }; declare function experimental_serverChannel(channel: Channel, { configType, presets, loglevel }: Options): Promise; export { type ReactNativeServerOptions, experimental_serverChannel };