import type { Processing } from '~/src/runtime/types/Processing';
export declare const useProcessing: () => Processing;
