import { Callable } from "../types"; import { DataType } from "../types"; declare function getHostmanRegistry(): any; declare function initModel(className: string): void; declare function initCanWrite(target: Object | Function, canWrite?: string | Callable, propertyKey?: string): void; declare function initIsType(target: Object, propertyKey: string, type: DataType): void; export { initCanWrite, initIsType, initModel, getHostmanRegistry }; //# sourceMappingURL=initializers.d.ts.map