import Method from "./method"; import Type from "./type/type"; export default class Standard implements Method { method: T; constructor(method: T); }