import type { RuinsOutput, RuinsGitlog } from "../types/ruins.js";
export declare const getGitlog: () => Promise<RuinsOutput<RuinsGitlog>>;
