export declare enum Type { Vocabulary = "vocabulary", Transcript = "transcript" } export default Type;