/**
 * Creates a temporary directory inside the global temp dir of the OS.
 */
export declare function mkdtempSync(): string;
