declare const Draft_base: any; export declare class Draft extends Draft_base { content: JSON; refId: string; type: string; } export {};