import Hapi from '@hapi/hapi'; import { AppService } from '../../@services'; export declare const COOKIE_NAME = "makescript"; export declare const COOKIE_PASSWORD = "makescript-cookie-password-secret"; export declare const SESSION_AUTH_STRATEGY = "session"; export declare function setupAuth(appService: AppService, server: Hapi.Server): Promise;