import type { SociablyThread, SociablyUser } from '@sociably/core'; export declare const createUserTopicKey: (user: SociablyUser) => string; export declare const createThreadTopicKey: (thread: SociablyThread) => string;