export interface Env { BASELIME_API_KEY: string; SERVICE_NAME: string; } declare const _default: ExportedHandler; export default _default;