import { GetDate } from "../functions/get_date.js"; import { Step } from "../lib/step.js"; export const FunctionsRegistry: Record = { get_date: new GetDate(), } as const;