import { HotPatcher } from "hot-patcher"; export interface InternalCreateDirectoryOptions { name: string; parentID?: string; patcher: HotPatcher; token: string; } export declare function createDirectory(options: InternalCreateDirectoryOptions): Promise;