import type { WorkArtifact } from './work-types'; export declare function createWorkSpreadsheetBlob(artifact: WorkArtifact): Promise;