export interface TmpFileOptions {
    path?: string;
    prefix?: string;
    ext?: string;
}
