import type { RestRequest, RestResponse } from '@resolution/forge-playground-common'; export declare const restFunctionHandler: (payload: RestRequest) => Promise;