import { CreateMethod } from '../../utils'; export declare type MetaStateType = { lastModified: string | null; }; declare const MetaState: { create: CreateMethod; }; export default MetaState;