import { Callable } from "../types"; declare function isGreaterOrEqual(amount: number): (target: Object, propertyKey: string) => void; declare function isEqual(val: string | Callable): (target: Object, propertyKey: string) => void; export { isGreaterOrEqual, isEqual, }; export * from './is-data-type'; export * from './read-only'; export * from './model'; //# sourceMappingURL=index.d.ts.map