export declare const isValidJsonataExpression: (expression: string) => boolean;
export declare const findJsonataExpressions: (value: any) => Set<string>;
