export declare class VaultUnknownEngineError extends Error { constructor(engine: string, message?: string); } export default VaultUnknownEngineError;