export declare function useEphemeralPresenceManager(): import("./context").EphemeralPresenceManagerContextType;
export declare function useReadOnlyEphemeralPresenceManager(): {
    presenceList: {
        tooltip: boolean;
    };
    presenceCounter: {
        tooltip: number;
    };
};
//# sourceMappingURL=hooks.d.ts.map