import type { Work } from '@realsee/five'; import type { Context } from '../type'; export declare function process(work: Work, context: Context): Promise;