import { StringXMLField, BooleanXMLField, ArrayXMLField } from '@aurahelper/core';
export declare const PlatformCachePartition: {
    description: StringXMLField;
    isDefaultPartition: BooleanXMLField;
    masterLabel: StringXMLField;
    platformCachePartitionTypes: ArrayXMLField;
};
