/** Invalidates future authenticated asset lookups without retaining tokens. */ export declare function invalidateAuthenticatedAssets(): void; /** Fetches an asset with current daemon auth and returns a releasable URL. */ export declare function acquireAuthenticatedAsset(url: string, fetcher?: typeof globalThis.fetch): Promise<{ url: string; release: () => void; }>; //# sourceMappingURL=authenticated-asset.d.ts.map