const abstract = () => { return new Error("This is abstract function. It must be overwriten."); }; export { abstract };