import { RootState } from '..'; import { User } from '../../types/user'; export declare const selectUser: (state: RootState) => User; //# sourceMappingURL=selectUser.d.ts.map