export declare class HateoasCompose { private _elementsMap; static with(property: string, forceRefresh?: boolean): HateoasCompose; and(property: string, forceRefresh?: boolean): HateoasCompose; build(): Map; } export declare class HateoasComposeItem { private _property; private _forceRefresh; constructor(property: string, forceRefresh: boolean); getProperty(): string; getForceRefresh(): boolean; }