import { RPGCalendarTime } from './types';
export declare const getTimeString: ({ hour, minute, second }: RPGCalendarTime) => string;
