import { JobOptProxy } from '../../shared/types/client'; export declare function isJobOptFromClientToServer(data: any): data is JobOptProxy;