export declare const Mins: { strToMin: (str: string) => number; minToStr: (min: number) => string; };