import { KoalaAPIResponse } from '../types'; export declare class APIGenerator { static getAPI(endpoint?: string): KoalaAPIResponse; }