import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Industries extends ClientSDK { /** * Returns a list of industries relevant to merchant profile enrichment. Results are ordered by industry name. * * 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. */ list(request: operations.ListIndustriesRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=industries.d.ts.map