import type { PaginationConfiguration } from "@smithy/types"; import { CustomerProfilesClient } from "../CustomerProfilesClient"; /** * @public */ export interface CustomerProfilesPaginationConfiguration extends PaginationConfiguration { client: CustomerProfilesClient; }