import { IMarkmapCreateOptions } from './types';
export declare function createMarkmap(options?: IMarkmapCreateOptions): Promise<void>;
