/** * CreateEntry Feature * * Provides complete functionality for creating new content entries: * - Use case for orchestration * - Repository for persistence * - Events for extensibility */ export declare const CreateEntryFeature: { name: string; register(container: import("@webiny/di").Container): void; };