import { ApiMethodDeclaration } from '..'; type Params = { id: number; comment?: string; }; export declare const updateComment: ApiMethodDeclaration; export {};