export declare const $ConfigSnapshot: { properties: { name: { type: string; isRequired: boolean; }; revision: { type: string; isRequired: boolean; }; appliedBy: { type: string; isRequired: boolean; }; appliedAt: { type: string; isRequired: boolean; }; archivedBy: { type: string; isRequired: boolean; }; archivedAt: { type: string; isRequired: boolean; }; config: { type: string; isRequired: boolean; }; applied: { type: string; }; }; };