import { type APIConfig } from '../types.js';
export declare function fromQueryEndpoint(options: APIConfig): Promise<AsyncGenerator<any, void, unknown>>;
//# sourceMappingURL=fromQueryEndpoint.d.ts.map