import type { CategoryDTO } from '../contracts/v1.js'; import type { HttpClient } from '../http.js'; export declare const listCategories: (http: HttpClient) => Promise; //# sourceMappingURL=listCategories.d.ts.map