/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Config } from '../config/config.js'; /** * Creates a fake config instance for testing */ export declare function makeFakeConfig(): Config;