/** * Custom * GET /analytics */ 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=custom.d.ts.map