import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export type TransloaditMcpServerOptions = { authKey?: string; authSecret?: string; mcpToken?: string; endpoint?: string; serverName?: string; serverVersion?: string; clientName?: string; clientSuffix?: string; }; export declare const createTransloaditMcpServer: (options?: TransloaditMcpServerOptions) => McpServer; //# sourceMappingURL=server.d.ts.map