import type { SpelExpression } from 'spel2js'; export declare function parseSpelExpressions(template: string): SpelExpression[];