import { createDraft } from './draft';
export declare const internal: {
    createDraft: typeof createDraft;
};
