import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class CardSchemeDefinitions extends ClientSDK { /** * List card scheme definitions * * @remarks * Fetch a list of the definitions of each card scheme. */ list(merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=cardschemedefinitions.d.ts.map