import { OTFile } from './file';
export declare function delByInterval(): void;
export declare function delMarkFiles(): Promise<void>;
/**
 * Create a temporary file that will automatically be cleared to avoid occupying too much storage space.
 * The temporary file name will be automatically generated and stored in a specific directory.
 */
export declare function tmpfile(): OTFile;
