import type { User } from '@forest-fire/types'; export { User }; export declare const userProperties: (uid: string) => Partial;