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