import { IValueObjectProps } from "./value-object.props"; export declare class ValueObject { protected readonly props: T; constructor(props: T); }