declare const _default: {
    wrapTempDir<T>(runnable: (temporaryDirectory: string) => T | Promise<T>): Promise<T>;
};
export default _default;
