/* 0.26.0-alpha2 */import type { BoxedExpression } from '../public';
/**
 *
 */
export declare function distribute(expr: BoxedExpression, g?: string, f?: string): BoxedExpression;
