import * as t from '@platform/types'; export declare function instance(bus: t.EventBus): any; export declare function busAsType(bus: t.EventBus): t.EventBus; export declare function isBus(input: any): boolean;