import { StringXMLField, IntegerXMLField } from '@aurahelper/core';
export declare const HistoryRetentionPolicy: {
    archiveAfterMonths: IntegerXMLField;
    archiveRetentionYears: IntegerXMLField;
    description: StringXMLField;
    gracePeriodDays: IntegerXMLField;
};
