export declare function limitLengthMetadata(metadata: Record<string, string>, maxLength: number): Record<string, string>;
