import type { EventBus } from '@grozav/utils'; import type { ToastService } from '@inkline/inkline/types'; export declare function createToastService(eventBus: EventBus): ToastService;