import { Paginator } from "@smithy/types";
import {
  ListDelegatedServicesForAccountCommandInput,
  ListDelegatedServicesForAccountCommandOutput,
} from "../commands/ListDelegatedServicesForAccountCommand";
import { OrganizationsPaginationConfiguration } from "./Interfaces";
export declare const paginateListDelegatedServicesForAccount: (
  config: OrganizationsPaginationConfiguration,
  input: ListDelegatedServicesForAccountCommandInput,
  ...rest: any[]
) => Paginator<ListDelegatedServicesForAccountCommandOutput>;
