declare const yuque2book: (token: string, url: string, local?: boolean) => Promise<void>;
export default yuque2book;
