import type { NoydbStore } from '../../kernel/types.js'; /** One undecrypted adapter `get` on the base — the store-shape the spec pins (zero extra crypto). */ export declare function isBaseLive(adapter: NoydbStore, vault: string, base: string, id: string): Promise; /** The set of base ids that are currently live — used to id-filter satellite `list()` results. */ export declare function liveBaseIdSet(adapter: NoydbStore, vault: string, base: string): Promise>;