import { MessageType } from "@protobuf-ts/runtime";
export interface ObjectReference {
    objectId?: string;
    version?: bigint;
    digest?: string;
}
declare class ObjectReference$Type extends MessageType<ObjectReference> {
    constructor();
}
export declare const ObjectReference: ObjectReference$Type;
export {};
