/// <reference types="node" />

import * as types from "./types";

export interface filter {
  selector: (s: string) => {
    [x: string] : types.Typed;
  };
}
