import type { HttpClient } from '../http/client.js'; import type { FetchByNsuOptions, NsuQueryResult } from './types.js'; export declare function fetchByNsu(httpClient: HttpClient, ultimoNsu: number, options?: FetchByNsuOptions): Promise; //# sourceMappingURL=fetch-by-nsu.d.ts.map