import * as t from '@babel/types'; import { Scope } from '@babel/traverse'; /** * Skip un-interpolation step for derive invocations * @param {t.Expression} expr - The expression to check * @returns {boolean} True if the expression is a derive invocation, false otherwise */ export declare function isDeriveInvocation(expr: t.Expression, scope: Scope): boolean; //# sourceMappingURL=isDeriveInvocation.d.ts.map