export type CrossHookSyncPayload = {
    state: any;
    query: string | null;
};
type EventMap = {
    [key: string]: CrossHookSyncPayload;
};
export declare const emitter: import("mitt").Emitter<EventMap>;
export {};
