export declare const blockReferenceDeserializer: (el: any) => { type: string; attrs: {}; children: { text: string; }[]; };