interface Config {
    lockVersion: number;
    range: string;
}
export declare function pickConfig(lockVersion?: number): Config | null;
export {};
