import { FC } from 'react'; export declare const logicWorkerHandler: (selfWorker: Worker, app: FC) => void;