export declare class ReferenceV1 {
    constructor(id: string, type: string, name?: string);
    id: string;
    type: string;
    name?: string;
}
