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