import { Variable } from '../../types/variables';
export declare const filterUnusedVariables: (variables: Variable[], el: Element) => Variable[];
