/** * Status of the stream key * @export * @enum {string} */ export declare enum StreamKeyStatus { ASSIGNED = "ASSIGNED", UNASSIGNED = "UNASSIGNED" } export default StreamKeyStatus;