import type { ScenarioStep } from "../../utils/scenario-store.js"; export declare const RECORDING_BLOCKLIST: Set; export declare const PLAYBACK_BLOCKED_ACTIONS: Set; export declare function classifyStepType(action: string): ScenarioStep["type"]; export declare function isSensitiveInput(action: string, args: Record): boolean; //# sourceMappingURL=redaction.d.ts.map