import { BaseApi } from './BaseApi'; /** * Provides API access for Blocks Panel implementations. * Inherits base API functionalities like translation and config access. */ export type BlocksPanelApi = BaseApi;