import type { HttpClient } from '../http/client.js'; import type { NfseQueryResult } from './types.js'; export declare function fetchByChave(httpClient: HttpClient, chaveAcesso: string): Promise; //# sourceMappingURL=fetch-by-chave.d.ts.map