export interface IFileSupportInfo { klass?: Function; ext?: string[]; parseable: boolean; readable: boolean; enabled: boolean; }