import type { Services } from '../../services/mod.js'; interface Options { deps: { services: Services; }; } export declare function buildUserUseCases(options: Options): { readonly getSupporter: (dto: import("./get-supporter.js").GetSupporterDto) => Promise<{ error: import("./get-supporter.js").GetSupporterError; value?: never; } | { error?: never; value: import("../../domain/supporter.js").Supporter; }>; }; export {}; //# sourceMappingURL=mod.d.ts.map