declare const _default: {
    logz: {
        schema: {
            kind: string;
            collectionName: string;
            info: {
                displayName: string;
                singularName: string;
                pluralName: string;
                description: string;
            };
            options: {
                draftAndPublish: boolean;
                timestamps: boolean;
            };
            pluginOptions: {
                "content-manager": {
                    visible: boolean;
                };
                "content-type-builder": {
                    visible: boolean;
                };
            };
            attributes: {
                action: {
                    configurable: boolean;
                    type: string;
                    required: boolean;
                };
                method: {
                    type: string;
                    required: boolean;
                    configurable: boolean;
                };
                url: {
                    type: string;
                    configurable: boolean;
                };
                statusCode: {
                    configurable: boolean;
                    type: string;
                };
                user: {
                    configurable: boolean;
                    type: string;
                    relation: string;
                    target: string;
                };
                data: {
                    configurable: boolean;
                    type: string;
                };
            };
        };
    };
};
export default _default;
