export declare function padWithZeroesUntilValid(segmentValue: string, paddedMaxValue: string, prefixedZeroesCount?: number): {
    prefixedZeroesCount: number;
    validatedSegmentValue: string;
};
//# sourceMappingURL=pad-with-zeroes-until-valid.d.ts.map