import { TChannel } from '../interfaces/TChannel';
export declare const shareIntoChannel: (channel: TChannel, sessionId?: string | undefined) => Promise<string | undefined>;
//# sourceMappingURL=shareIntoChannel.d.ts.map