import { AuthProvider } from "@pankod/refine-core"; import { GetServerSidePropsContext, GetServerSidePropsResult } from "next"; export declare const checkAuthentication: (authProvider: AuthProvider, context: GetServerSidePropsContext) => Promise & { isAuthenticated: boolean; }>; //# sourceMappingURL=check-authentication.d.ts.map