export declare const distDir = "dist";
export declare const runifyCommand: import("../command.js").CommandFactory<{}, {
    tag?: string[] | undefined;
}>;
export declare function readPackageJson(baseDir: string): Promise<any>;
//# sourceMappingURL=runify.d.ts.map