import { AggregateId } from '../../core/api/tactical/aggregate/aggregate-id'; import { KeyArchive } from './key.archive'; export declare abstract class AggregateArchive extends KeyArchive { protected constructor(defaultValue?: T); }