/** * Data Retrieval Error * Thrown when data cannot be retrieved from storage */ export declare class DataRetrievalError extends Error { key: string; cause: Error; constructor(key: string, cause: Error); } //# sourceMappingURL=DataRetrievalError.d.ts.map