import type { OctavAPIClient } from '../api/client.js'; export declare const getStatus: { definition: { name: string; title: string; description: string; inputSchema: { type: string; properties: { addresses: { type: string; items: { type: string; }; description: string; minItems: number; maxItems: number; }; }; required: string[]; }; annotations: { readOnlyHint: boolean; destructiveHint: boolean; openWorldHint: boolean; }; }; execute(args: any, apiClient: OctavAPIClient): Promise<{ content: { type: string; text: string; }[]; }>; }; export declare const getCredits: { definition: { name: string; title: string; description: string; inputSchema: { type: string; properties: {}; }; annotations: { readOnlyHint: boolean; destructiveHint: boolean; openWorldHint: boolean; }; }; execute(args: any, apiClient: OctavAPIClient): Promise<{ content: { type: string; text: string; }[]; }>; }; //# sourceMappingURL=metadata.d.ts.map