/** * Suggested-fix strings keyed by audit pattern id. */ export type AuditPatternId = "exec_dynamic_string" | "exec_sync_dynamic_string" | "spawn_dynamic_file_args" | "spawn_literal_dynamic_args" | "exec_template_literal_with_input" | "shell_true_option" | "exec_file_dynamic" | "eval_near_child_process" | "function_constructor_near_child_process" | "os_system_equivalent" | "unbounded_buffer" | "missing_timeout"; export declare const SUGGESTED_FIX: Record; //# sourceMappingURL=suggested-fix.d.ts.map