import type { opentelemetry } from "./lib"; /** * Automatically prefixes any keys in the input object with `grow.` for attribute namespacing. * @param data Input `Attributes` object * @returns Prefixed `Attributes` object */ export declare function prefixWithGrowNamespace(data: opentelemetry.api.Attributes): opentelemetry.api.Attributes;