import type { Paginator } from "@smithy/types"; import { DescribeMetadataModelExportsToTargetCommandInput, DescribeMetadataModelExportsToTargetCommandOutput } from "../commands/DescribeMetadataModelExportsToTargetCommand"; import type { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeMetadataModelExportsToTarget: (config: DatabaseMigrationServicePaginationConfiguration, input: DescribeMetadataModelExportsToTargetCommandInput, ...rest: any[]) => Paginator;