export interface IChassisSecrets { unlock(secret: string): void; get(name: string): Promise; }