export interface IBindingCaptureOptions {
    iface: string
    filter?: string
}
