export declare type Reference = {
    targetId: string;
    targetVersionNumber?: number;
};
export declare type ReferenceList = Reference[];
