import type { Context } from 'aws-lambda'; import type { RequestWithAwsLambda } from '../types'; export declare const isAwsLambdaRequest: (request: unknown) => request is RequestWithAwsLambda; //# sourceMappingURL=is-aws-lambda-request.d.ts.map