/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { SecurityScanOptions } from '../types/options.js'; export declare function normalizeSecurityScanOptions(value: SecurityScanOptions): Required;