/** * Get the maximum file ID from files in the directory * @param destDir - Target directory path */ export declare function getMaxFileId(destDir: string): Promise; //# sourceMappingURL=get-max-file-id.d.ts.map