import type { Paginator } from "@smithy/types"; import { SelectResourceConfigCommandInput, SelectResourceConfigCommandOutput } from "../commands/SelectResourceConfigCommand"; import type { ConfigServicePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSelectResourceConfig: (config: ConfigServicePaginationConfiguration, input: SelectResourceConfigCommandInput, ...rest: any[]) => Paginator;