export interface SaveResult { draftId: string; filePath: string; } export declare function registerDraftUrl(_draftId: string, _ossUrl: string): void; export declare function loadDraft(draftId: string): Promise; export declare function saveDraft(draft: any, draftId: string): Promise; export declare function createAndSaveDraft(width?: number, height?: number): Promise; //# sourceMappingURL=draft-service.d.ts.map