/** * UpdateSingletonEntry Feature * * Provides functionality for updating singleton entries. * Gets the entry (creating if needed) then updates it. */ export declare const UpdateSingletonEntryFeature: { name: string; register(container: import("@webiny/di").Container): void; };