export interface ExoSecureInfo { name: string; omit: string[]; timesafe: number | null; }