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