import type { Paginator } from "@smithy/types"; import { DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput } from "../commands/DescribeOrganizationConformancePackStatusesCommand"; import type { ConfigServicePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeOrganizationConformancePackStatuses: (config: ConfigServicePaginationConfiguration, input: DescribeOrganizationConformancePackStatusesCommandInput, ...rest: any[]) => Paginator;