import { Paginator } from "@smithy/types";
import {
  ListAccountsForParentCommandInput,
  ListAccountsForParentCommandOutput,
} from "../commands/ListAccountsForParentCommand";
import { OrganizationsPaginationConfiguration } from "./Interfaces";
export declare const paginateListAccountsForParent: (
  config: OrganizationsPaginationConfiguration,
  input: ListAccountsForParentCommandInput,
  ...rest: any[]
) => Paginator<ListAccountsForParentCommandOutput>;
