import { Auth } from './Auth' export type NyxInit = { appName: string auth?: Auth }