declare const _default: {
    log: {
        schema: {
            kind: string;
            collectionName: string;
            info: {
                singularName: string;
                pluralName: string;
                displayName: string;
            };
            pluginOptions: {
                'content-manager': {
                    visible: boolean;
                };
                'content-type-builder': {
                    visible: boolean;
                };
            };
            options: {
                draftAndPublish: boolean;
            };
            attributes: {
                status: {
                    type: string;
                };
                build: {
                    type: string;
                };
                trigger: {
                    type: string;
                };
                method: {
                    type: string;
                };
                response: {
                    type: string;
                };
            };
        };
    };
};
export default _default;
