interface TrafikVerketAPIOptions { host?: string; path?: string; } export declare class TrafikverketAPI { private apiKey; private uri; private requestLib; private static handleResponse; constructor(apiKey: string, options?: TrafikVerketAPIOptions); private getRequestOptions; private getRequestBody; request(query: string): Promise; } export {};