import jexl from 'jexl';
type JexlNonBuildable = Omit<typeof jexl, 'Jexl'>;
export default function JexlF(): JexlNonBuildable;
export {};
