import type { CommonDescription } from './CommonDescription'; import type { CommonTimestampInteger } from './CommonTimestampInteger'; import type { CommonUserName } from './CommonUserName'; export declare type ConfigState = { applied: boolean; appliedBy: CommonUserName; appliedAt: CommonTimestampInteger; errors?: Array; };