/** * Internal ResourceStore consumers need data, not browser download redirects. * This only selects the read representation; callers must authorize separately. */ export declare function withDirectDataRead(operation: () => T): T; export declare function isDirectDataRead(): boolean;