import { CreatedTimeObject } from "./time.js"; import { UpdatedTimeObject } from "./time.js"; export declare const getTimeObject: () => { unixTime: number; date: string; time: string; }; export declare const getUpdatedTimeObject: () => UpdatedTimeObject; export declare const getCreatedTimeObject: () => CreatedTimeObject; //# sourceMappingURL=time-objects.d.ts.map