/** * Error reported or thrown by the stores package itself. * * If an underlying thrown value caused the failure, it is available as `cause`. */ export declare class StoresError extends Error { cause?: unknown; constructor(message: string, cause?: unknown); } //# sourceMappingURL=errors.d.ts.map