export type Reference = {
    isOwner: boolean;
    id: string;
};
//# sourceMappingURL=reference.d.ts.map