/** Sets `app.at_exp` moment cookie so the user will be logged in for 1 hour. */ declare function mockIsLoggedIn(): void; /** Removes the `app.at_exp` cookie. */ declare function removeAt_expCookie(): void; export { mockIsLoggedIn, removeAt_expCookie };