import { EventBus } from "@buildery/event-bus"; export declare class ApiConfigs { static readonly api: { workspaceUrl: undefined | string; initUrl: undefined | string; queryUrl: undefined | string; authUrl: undefined | string; securityUrl: undefined | string; blueprintUrl: undefined | string; }; static readonly event: { eventBus: null | EventBus; }; }