import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class EnrichedAddress extends ClientSDK { /** * Fetch enriched address suggestions. Requires a partial address. * * 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.GetEnrichmentAddressRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=enrichedaddress.d.ts.map