import type { Paginator } from "@smithy/types"; import { GetFindingV2CommandInput, GetFindingV2CommandOutput } from "../commands/GetFindingV2Command"; import type { AccessAnalyzerPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetFindingV2: (config: AccessAnalyzerPaginationConfiguration, input: GetFindingV2CommandInput, ...rest: any[]) => Paginator;