export declare enum PreviewState { Other = "other", Success = "success" } export declare enum CollectionType { FOLDER = 0, FILES = 1 }