import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Avatars extends ClientSDK { /** * Get avatar image for an account using a unique ID. * * 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.GetAvatarRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=avatars.d.ts.map