import { Model } from '../model'; export declare type Vault = Model & { name: string; description?: string; masterKeyId?: string; }; //# sourceMappingURL=vault.d.ts.map