import type { PathOperation } from '../utils/pageContext.ts'; /** * Delete uploads from server that no longer exist locally for a single path */ export declare const deletePathUploads: PathOperation; //# sourceMappingURL=deletePathUploads.d.ts.map