export type TImagesNotFound = string[]
export type TImagesNotFoundReturn = boolean
export type TElement = string
export type TNotRegularImageReturn = boolean
export type TPath = string
export type TNotPathReturn = boolean
export type TFolderReturn = boolean
export type TWEbPReturn = boolean
export type TCreateImage = void
export type TCreateImageReturn = void
export type TIndex = number
export type TImageParserReturn = void
export type TStartReturn = void
