import type OgmRecord from '../record'; import type { RequestTransform } from '../request'; import type Resource from './resource'; /** * Every previewable resource a record's references point at, in the order they're offered to the * user - this list is the tab order. */ export declare function resourcesFor(record: OgmRecord, requestTransform?: RequestTransform): Resource[];