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