import { Action } from '../../../components/Action'; export declare const plusOne: Action<{}, { statusCode: number; body: any; }>;