export declare const $ConfigState: { properties: { applied: { type: string; isRequired: boolean; }; appliedBy: { type: string; isRequired: boolean; }; appliedAt: { type: string; isRequired: boolean; }; errors: { type: string; contains: { type: string; }; }; }; };