import type { Work } from './work'; import type { Fetcher } from '../utils/ajax'; export declare function getFetcher(fiveId: string, work: Work): Fetcher; export declare function registerFetcher(fiveId: string, work: Work, fetcher: Fetcher): void;