import { Presence } from "../core/presences";
type SetPresence = (conf: Presence.Result) => Promise<unknown>;
export declare const presenceHandler: (path: string, setPresence: SetPresence) => Promise<unknown>;
export {};
