import type { MaybeShallowRecordRef } from '../types'; export declare function getRecordRefRawValue(maybeShallowRecordRef: MaybeShallowRecordRef): T;