import type { Processing } from '../types/Processing.js';
export declare const useProcessing: () => Processing;
