import { Paginator } from "@smithy/types"; import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput, } from "../commands/DescribeSchemasCommand"; import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeSchemas: ( config: DatabaseMigrationServicePaginationConfiguration, input: DescribeSchemasCommandInput, ...rest: any[] ) => Paginator;