import type { MaskitoTimeSegments } from '../../types'; export declare function padTimeSegments(timeSegments: MaskitoTimeSegments, pad: (segmentValue: string, segmentLength: number) => string): MaskitoTimeSegments; export declare function padTimeSegments(timeSegments: Partial>, pad: (segmentValue: string, segmentLength: number) => string): Partial; //# sourceMappingURL=pad-time-segments.d.ts.map