interface ServerSettings { all: object; pub: object; version: object; table: any; } export default function getServerSettings(): Promise; export {};