import { GlobalAuthenticationConfig } from "../utils/globalConfig"; export declare function logoutUser(redirectUrl: string, config: GlobalAuthenticationConfig): Promise<{ redirectTo: string; }>; //# sourceMappingURL=logout.d.ts.map