import { Repository as IRepository } from './repository.js'; import { HttpClientNode as IHttpClient } from './http/node.js'; export { ViewBinder } from './view-binder.js'; export declare const Repository: typeof IRepository; export declare const HttpClient: typeof IHttpClient; //# sourceMappingURL=dwap-node.d.ts.map