/** * `GET /_agent-native/can-see` — the hosted Realtime Gateway's sharee-visibility * check. Verifies a gateway access-check token (rationale in * short-lived-token.ts), runs the app's own `resolveAccess`, answers * `{ allowed }`, and fails closed. */ export declare function createGatewayAccessCheckHandler(): import("h3").EventHandlerWithFetch>; //# sourceMappingURL=gateway-access-check.d.ts.map