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