export default function (pkg: {
    name: string;
    version: string;
    [props: string]: any;
}): void;
