export interface Reference {
    _id: string;
    _type: string;
}
export declare namespace Reference {
    const id = "_id";
    const type = "_type";
}
