import type { StoredProtocolRecord } from "../../protocol/store/port"; import type { TransitionCallerIdentity } from "../admission/hosted-caller-identity"; type HostedRecordScopeIdentity = Pick; export declare function hostedIdentityCanReadRecord(hostedIdentity: HostedRecordScopeIdentity | null, record: Pick): boolean; export {};