import type { CreateDraftInput, CreateDraftOutput } from '../../types'; export declare function createDraft(params?: CreateDraftInput): Promise; //# sourceMappingURL=create-draft.d.ts.map