import type { HushContext, StoreContext } from './types.js'; export declare function ensureGlobalStoreBootstrap(ctx: HushContext, store: StoreContext, publicKey?: string): { hasKey: boolean; }; //# sourceMappingURL=global-store.d.ts.map