import { APIGatewayProxyResultV2 } from 'aws-lambda';
import { ApiErrorCode } from '../errors/errors';
export declare const error: (code: ApiErrorCode, message: string, statusCode?: number, context?: Record<string, any>) => APIGatewayProxyResultV2;
