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