declare const _default: {
    cache: {
        schema: {
            kind: string;
            collectionName: string;
            info: {
                singularName: string;
                pluralName: string;
                displayName: string;
                description: string;
            };
            options: {};
            pluginOptions: {
                "content-manager": {
                    visible: boolean;
                };
                "content-type-builder": {
                    visible: boolean;
                };
            };
            attributes: {
                hash: {
                    type: string;
                    configurable: boolean;
                    required: boolean;
                };
                params: {
                    type: string;
                    configurable: boolean;
                    required: boolean;
                };
                populate: {
                    type: string;
                    configurable: boolean;
                };
                dependencies: {
                    type: string;
                    configurable: boolean;
                };
            };
            indexes: {
                name: string;
                columns: string[];
                type: string;
            }[];
        };
    };
};
export default _default;
