import { DielAst } from "../../parser/dielAstTypes"; /** * Notes: * - We are assuming that crossfitlers do not have unions * @param ast DielAst */ export declare function ApplyCrossfilter(ast: DielAst): void; //# sourceMappingURL=applyCrossfilter.d.ts.map