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