import { FilterTree } from "../FilterTree";
/**
 * Return the filter as a string.
 *
 * @param input filter tree
 */
export declare const printFilter: (input: FilterTree) => string;
//# sourceMappingURL=printFilter.d.ts.map