import Method from "../method"; declare type Infer = Type extends Method ? As : never; export default Infer;