import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class EnrichedProfile extends ClientSDK { /** * Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit. * * To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) * you'll need to specify the `/profile-enrichment.read` scope. */ get(request: operations.GetEnrichmentProfileRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=enrichedprofile.d.ts.map