import { Labels } from './meter.js'; import { type RichStruct } from '@sentio/protos'; export declare function normalizeKey(name: string): string; export declare function normalizeLabels(labels: Labels): Labels; export declare function normalizeToRichStruct(...objs: any[]): RichStruct; //# sourceMappingURL=normalization.d.ts.map