import type { Paginator } from "@smithy/types";
import { ValidateCloudConnectorCommandInput, ValidateCloudConnectorCommandOutput } from "../commands/ValidateCloudConnectorCommand";
import type { SSMPaginationConfiguration } from "./Interfaces";
/**
 * @public
 */
export declare const paginateValidateCloudConnector: (config: SSMPaginationConfiguration, input: ValidateCloudConnectorCommandInput, ...rest: any[]) => Paginator<ValidateCloudConnectorCommandOutput>;
