import Code from "./code"; import StrictNumber from "./number/strict"; export default interface Strict extends Code { }