export declare function createSanityReference(id: string, weak?: boolean): { _type: "reference"; _ref: string; _weak: boolean; };