export declare class VaultCredential { credentialId: string; credentialTypes: string[]; payload: string; createdAt?: string; }