import Any from "./Any";
type Method = (...args: Any[]) => Any;
export default Method;
