import { ChannelMenu, Options } from '@shopify/app-bridge-core/actions/Menu/ChannelMenu'; import { ClientApplication } from '../../../client'; export { Action, Payload, MenuAction, ChannelMenuAction, update, } from '@shopify/app-bridge-core/actions/Menu/ChannelMenu'; export { ChannelMenu, Options }; export declare function create(app: ClientApplication, options: Options): ChannelMenu;