import { Auth } from './auth'; export declare class Api { private auth; get Auth(): Auth; constructor(baseUri: string); }