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