import StrictString from "./string/strict"; import Method from "./method"; export default interface Strict extends Method { }