import type { LookupUpdateConfig, UpdateResult } from '../../workers/repository/process/lookup/types';
import type { Release } from './types';
type Config = Partial<LookupUpdateConfig & UpdateResult>;
export declare function postprocessRelease(config: Config, release: Release): Promise<Release | null>;
export {};
