import type { Paginator } from "@smithy/types"; import { SearchDashboardsCommandInput, SearchDashboardsCommandOutput } from "../commands/SearchDashboardsCommand"; import type { QuickSightPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchDashboards: (config: QuickSightPaginationConfiguration, input: SearchDashboardsCommandInput, ...rest: any[]) => Paginator;