import type { AccountRef } from '@doist/cli-core/auth'; import { type TwistTokenStore } from '../../lib/auth-provider.js'; export declare function withUserRefAware(store: TwistTokenStore, requestedRef: AccountRef | undefined): TwistTokenStore; //# sourceMappingURL=store-wrap.d.ts.map