/** * Converts Entity/Value Objects props to a plain object. * Useful for testing and debugging. * @param props */ export declare function convertPropsToObject(props: any): any; //# sourceMappingURL=convert-props-to-object.util.d.ts.map