import { RecordAction as RecordAction$1 } from '../../types/NCCO/RecordAction.mjs';
import '../../enums/NCCOActions.mjs';
import '../../enums/NCCO/RecordingFormat.mjs';

/**
 * @deprecated This interface is deprecated. Please update to use the RecordActionType type
 */
type RecordAction = RecordAction$1;

export type { RecordAction };
