/** * `getPosition` promises "the position, or null when the account has none". * * The adapter expresses "none" by reverting `InvalidProxyContract()` from * `_getBorrowerProxy`, never by returning a zero proxy, so honouring that * promise means catching that one revert. Every other failure has to keep * propagating: callers gate signing on this answer, so a swallowed RPC error * reported as "no position" would be a silent wrong answer. */ export {}; //# sourceMappingURL=query.test.d.ts.map