import type { Dist } from './types.ts';
export default function getDist(version: string): Dist | null;
