import { FetchOptions } from '.'; declare const available_services: readonly ["accounts", "books", "changelog", "comments", "conflicts", "content", "demo-hive", "email", "events", "files", "hackschool", "ideas", "lunch-roulette", "newsletter", "newsroom", "notifications", "pass", "podcasts", "quick-links", "search", "system-status", "team", "tech-radar"]; type Service = (typeof available_services)[number]; export declare function useService(service: Service, fetchOptions?: Omit): import('.').FetchInstance; export {};