import { RequestContext } from "../types"; export declare type ParsedEventValue = string | number | boolean | never[] | Record | RequestContext | undefined | null; export declare type RawEventValue = string | Record | undefined | null;