import type { Task } from './task'; export declare type PostIngestUrlResponse = { task: Task; }; //# sourceMappingURL=postIngestUrlResponse.d.ts.map