import { CueAuth } from './auth';
export type StorageBucket = 'raw' | 'processed';
/**
* Provides document download URL resolution proxied through the Cue gateway.
*
* The returned URLs require an `Authorization: Bearer {token}` header — use
* `cue.api.getAuthHeaders()` or `cue.auth.authenticatedFetch()` to fetch them.
* For use in `
` / `