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