import type { Paginator } from "@smithy/types"; import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "../commands/GetOutcomesCommand"; import type { FraudDetectorPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetOutcomes: (config: FraudDetectorPaginationConfiguration, input: GetOutcomesCommandInput, ...rest: any[]) => Paginator;