import type { Document } from '../../types';
import type { SanitizedGlobalConfig } from '../config/types';
export default function findVersionByIDHandler(globalConfig: SanitizedGlobalConfig): Document;
//# sourceMappingURL=findVersionByID.d.ts.map