import { AbsoluteVersionConfig } from './types'; export declare const applyDefaults: (config?: Partial | undefined) => AbsoluteVersionConfig;