/** * ```js * import { createSubChannel } from '@amityco/ts-sdk' * const created = await createSubChannel({ channelId: 'foobar', name: 'foobar' }) * ``` * * Creates an {@link Amity.SubChannel} * * @param bundle The data necessary to create a new {@link Amity.SubChannel} * @returns The newly created {@link Amity.SubChannel} * * @category Channel API * @async */ export declare const createSubChannel: (bundle: Pick) => Promise>; //# sourceMappingURL=createSubChannel.d.ts.map