/**
 * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
 * Update:: import { getDateFromNow } to '@mikezimm/fps-core-v7/lib/logic/Time/getDateFromNow;'

 */
/**
 * 2024-08-23:  Copied from drillFunctions, ported to Hierarchy-Explorer for QFButtons
 *  parseTodayXExpression will:
 *    1. take a string eval expression
 *    2. look for a patter like [Today - 10]
 *    3. and substitute it for the equivilant toISOString
 *
 * @param expression
 * @returns
 */
export declare function parseTodayXExpression(expression: string): string;
//# sourceMappingURL=parseTodayXExpression.d.ts.map