import createChapterAction from './action'; export declare const createChapterFactory: (path: string) => Promise>; export declare function createChapter(type: string): Promise;