/** * Requires authentication and returns the token * Exits the process if not authenticated * @returns The authentication token */ export declare function requireAuth(): string; /** * Checks if the user is authenticated * @returns True if authenticated, false otherwise */ export declare function isAuthenticated(): boolean; //# sourceMappingURL=auth.d.ts.map