export declare const listReposTool: { name: string; description: string; inputSchema: { type: "object"; properties: {}; }; }; export declare function handleListRepos(): string;