import { BoxedExpression } from "../api"; export declare function findAllIdsDeep(expression: BoxedExpression | undefined): Set; export declare function mutateExpressionRandomizingIds(expression: BoxedExpression | undefined): Map; //# sourceMappingURL=ids.d.ts.map