import { CreateViewOptions } from '@azure/communication-calling';
import { CallContext } from './CallContext';
import { CallFeatureStreamState, CreateViewResult } from './index-public';
import { InternalCallContext } from './InternalCallContext';
/**
 * @private
 *
 */
export declare function createView(context: CallContext, internalContext: InternalCallContext, callId: string | undefined, stream: CallFeatureStreamState, options?: CreateViewOptions): Promise<CreateViewResult | undefined>;
/**
 * @private
 */
export declare function disposeView(context: CallContext, internalContext: InternalCallContext, callId: string | undefined, stream: CallFeatureStreamState): void;
//# sourceMappingURL=CallFeatureStreamUtils.d.ts.map