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