/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Parses custom headers and returns a map of key and vallues */ export declare function parseCustomHeaders(envValue: string | undefined): Record;