/** * ```js * import { createStream } from '@amityco/ts-sdk' * const created = await createStream({ title: 'my stream', 'thumbnailFileId': fileId }) * ``` * * Creates an {@link Amity.InternalStream} * * @param bundle The data necessary to create a new {@link Amity.InternalStream} * @returns The newly created {@link Amity.InternalStream} * * @category Stream API * @async */ export declare const createStream: (bundle: Pick & { resolution?: Amity.StreamResolution; isSecure?: boolean; }) => Promise>; //# sourceMappingURL=createStream.d.ts.map