import * as temp from 'temp';
declare const createTempDir: (arg1: string | temp.AffixOptions | undefined) => Promise<string>;
export { createTempDir };
