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