import { HttpClient } from '../client/http-client'; import { CulqiVersion, ResourceMap } from '../types/resource'; /** * Returns an object with the appropriate resources for the given API version. */ export declare function buildResources(version: V, http: HttpClient): ResourceMap; //# sourceMappingURL=resource-factory.d.ts.map