import { Paginator } from "@smithy/types"; import { GetCaseCommandInput, GetCaseCommandOutput } from "../commands/GetCaseCommand"; import { ConnectCasesPaginationConfiguration } from "./Interfaces"; export declare const paginateGetCase: ( config: ConnectCasesPaginationConfiguration, input: GetCaseCommandInput, ...rest: any[] ) => Paginator;