import type { Work } from './work'; import type { WorkJson } from './workJsonType'; export declare function workToJson(work: Work): WorkJson;