/**
 * 获取
 */
declare function fetchGetAsyncJobResult(operationID: number): Promise<any>;
export default fetchGetAsyncJobResult;
