import { HookRegister } from "./HookRegister"; export declare abstract class Filter { abstract init(hookRegister: HookRegister): any; }