import { CorePlugin } from "../plugins";
export declare const listenPlatformEvents: (plugins: Map<string, CorePlugin>) => void;
