import { BaseProps } from '../types'; declare const stay: { entry: () => void; leave: ({ userId, isPrefab, data }: BaseProps) => void; }; export { stay };