import { ReactNode } from "react"; import { InitialState } from "./initialState"; export declare const StoreAuthentication: import("react-principal").Store; export declare const setStoredAuthentication: () => Promise; export declare const getAuthenticationState: () => InitialState; export declare const getAuthenticationDispatch: () => (action: any, callback?: (() => void) | undefined) => void; export declare const AuthenticationProvider: ({ children, }: { children: ReactNode; }) => JSX.Element; //# sourceMappingURL=store.d.ts.map