import { UnpackParams } from './interfaces';
export default function unpack({ repoOrName }: UnpackParams): Promise<void | never>;
