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