import { type wide_ctx_T } from '../be_/index.js' export declare function window__ctx__set(ctx:wide_ctx_T<''>):void declare global { interface Window { ctx__get(key:string, ns?:string):V ctx__get_(key:string, ns?:string):V } }