/** * * Converts a time string into one that can be stored in the database. * */ export declare const timekey: (key: string) => string;