import Context from '../../context/context';
export interface FilterImpl {
    context: Context;
}
