/** * Get folder * GET /projects/:project_id/folders/:folder_id */ import { KinescopeClient } from '../../../client.js'; export declare const metadata: { resource: string; operation: string; httpMethod: string; httpPath: string; }; export declare const tool: { name: string; description: string; inputSchema: { type: "object"; }; }; export declare const handler: (client: KinescopeClient, args: any) => Promise; export declare const toolExport: { metadata: { resource: string; operation: string; httpMethod: string; httpPath: string; }; tool: { name: string; description: string; inputSchema: { type: "object"; }; }; handler: (client: KinescopeClient, args: any) => Promise; }; //# sourceMappingURL=get-folder.d.ts.map