import { Paginator } from "@smithy/types";
import {
  ListHandshakesForAccountCommandInput,
  ListHandshakesForAccountCommandOutput,
} from "../commands/ListHandshakesForAccountCommand";
import { OrganizationsPaginationConfiguration } from "./Interfaces";
export declare const paginateListHandshakesForAccount: (
  config: OrganizationsPaginationConfiguration,
  input: ListHandshakesForAccountCommandInput,
  ...rest: any[]
) => Paginator<ListHandshakesForAccountCommandOutput>;
