export declare type ModelsTimestamps = { createdAt?: string; updatedAt?: string; deletedAt?: string | null; };