export type { Context } from './context.js'; export { getLambdaHandler } from './api.js'; export { getNetlifyGlobal } from './globals.js'; export declare const getPath: () => string;