export declare class VaultStoreError extends Error { constructor(message: string, responseErrorMessages?: readonly string[]); }