declare type LoaderCallback = (err: Error, result?: any) => void; export default LoaderCallback;