import { Context } from "../context";
export declare function moment(ctx: Context, ...fields: string[]): void;
