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