import { ChainObject } from "./ChainObject"; import { RangedChainObject } from "./RangedChainObject"; import { ClassConstructor, NonFunctionProperties } from "./dtos"; export declare function createValidChainObject(constructor: ClassConstructor, plain: NonFunctionProperties): Promise; export declare function createValidRangedChainObject(constructor: ClassConstructor, plain: NonFunctionProperties): Promise; //# sourceMappingURL=createValidChainObject.d.ts.map