import { AggregateArchive, AggregateId, HermesObservable, HermesSingle } from '@generic-ui/hermes'; export declare class StructureInitialValuesReadyArchive extends AggregateArchive { static readonly default = false; constructor(); on(aggregateId: AggregateId): HermesObservable; once(aggregateId: AggregateId): HermesSingle; }