import type { Paginator } from "@smithy/types";
import { ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput } from "../commands/ListDeliverabilityTestReportsCommand";
import type { SESv2PaginationConfiguration } from "./Interfaces";
/**
 * @public
 */
export declare const paginateListDeliverabilityTestReports: (config: SESv2PaginationConfiguration, input: ListDeliverabilityTestReportsCommandInput, ...rest: any[]) => Paginator<ListDeliverabilityTestReportsCommandOutput>;
