import type { RootState } from '@staticcms/core/store'; export declare const selectUser: (state: RootState) => import("../..").User | undefined;