import { HoldingsResponse } from '../types'; export declare class Holdings { private http; constructor(baseUrl: string); list(): Promise; }