export declare function getVideoId(urlOrId: string): string | null; export declare function createToolResponse(output: T): { content: Array<{ type: "text"; text: string; }>; structuredContent: T; }; export declare function createErrorResponse(error: unknown): { content: Array<{ type: "text"; text: string; }>; }; //# sourceMappingURL=helpers.d.ts.map