/** * GetSingletonEntry Feature * * Provides functionality for getting singleton entries. * Creates the entry if it doesn't exist. */ export declare const GetSingletonEntryFeature: { name: string; register(container: import("@webiny/di").Container): void; };