import { RoleSchema, Submission } from "../../interfaces"; import { AuthState } from "./auth.reducers"; export declare const selectAuth: (state: any) => AuthState; export declare const selectUser: (state: any) => Submission; export declare const selectRoles: (state: any) => Record; export declare const selectIsAuthenticated: (state: any) => boolean;