import type { ParsedExpression } from '../types.ts';
export default function parseExpression(expression: string, now: Date): ParsedExpression;
