import type { WebAPICallResult } from '../../WebClient';
export type FilesCommentsAddResponse = WebAPICallResult & {
    error?: string;
    needed?: string;
    ok?: boolean;
    provided?: string;
    req_method?: string;
};
//# sourceMappingURL=FilesCommentsAddResponse.d.ts.map