/** * Builds a PascalCase response type name from a tool function name. * Expects: functionName is a Python identifier. */ export declare function montyResponseTypeNameFromFunction(functionName: string): string; //# sourceMappingURL=montyResponseTypeNameFromFunction.d.ts.map