import type { ChannelCurrentBundleOptions } from '../schemas/channel'; export declare function currentBundleInternal(channel: string, appId: string, options: ChannelCurrentBundleOptions, silent?: boolean): Promise; export declare function currentBundle(channel: string, appId: string, options: ChannelCurrentBundleOptions): Promise;