import { SubscribeProps } from './types'; declare const subscribe: ({ name, userId, isPrefab, data }: SubscribeProps) => void; export { subscribe };