export declare const getTempPath: () => string;
export declare const getTempFilePath: (fileName: string, extension: string) => {
    tempFolderPath: string;
    tempFilePath: string;
};
