declare const makeDirectory: (directory: string) => Promise<string | undefined>;
export { makeDirectory };
