import { Context } from '../context'; /** * Retrieves the Website's timeZone from the context, falling * back to the default NY. */ export declare const getTimeZone: (ctx: Context) => string;