/** * An error thrown when a loader reads the data of the route it belongs to. That data includes what the * loader itself is computing, so reading it could only wait on the loader that is doing the reading. * @group Errors */ export declare class LoaderDataAccessError extends Error { constructor(name?: string); }