export interface Model { _id: string; projectID: string; tag: number; secret: string; lookup?: string; } //# sourceMappingURL=projectSecret.d.ts.map