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