declare const useLastModified: (lastModified: Date | undefined) => void;
export { useLastModified };
