/** * GetModel Feature * * Provides functionality for retrieving a single content model by ID. * Includes caching, plugin model support, and access control filtering. */ export declare const GetModelFeature: { name: string; register(container: import("@webiny/di").Container): void; };