import { APIGatewayEvent, APIGatewayProxyResult } from "aws-lambda"; export declare const projectMetadata: (event: APIGatewayEvent) => Promise;