1 2 3 4 5
export interface RegisterHookOptions { target: string handler: Function priority?: number }