import { Error } from '../consts/Types'; declare const _default: { COULD_NOT_FIND_FILES: (file: string) => Error; }; export default _default;