import { ContextHelperFn } from "./types"; /** * Prebuilt context helper that provides information about the user's current time. * @returns a value to include it, or null/undefined to skip. */ export declare const currentTimeContextHelper: ContextHelperFn; //# sourceMappingURL=current-time-context-helper.d.ts.map