import { BaseApi } from './BaseApi'; /** * Provides API access for custom Block Renderer implementations. * Inherits base API functionalities like translation and config access. */ export type BlockRendererApi = BaseApi;