export declare enum FilterResponse { NoMatch = 0, Match = 1, Finish = 2, }