import type { Paginator } from "@smithy/types"; import { DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput } from "../commands/DescribeFolderContentsCommand"; import type { WorkDocsPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeFolderContents: (config: WorkDocsPaginationConfiguration, input: DescribeFolderContentsCommandInput, ...rest: any[]) => Paginator;