import type { WeightProfile } from './types.js'; export declare function contentLengthWeight(len: number, profile: WeightProfile): number; //# sourceMappingURL=length.d.ts.map