import { OutgoingRequestDelegate, RequestOptions } from "../core"; /** * Options for {@link Byer.bye}. * @public */ export interface ByerByeOptions { /** See `core` API. */ requestDelegate?: OutgoingRequestDelegate; /** See `core` API. */ requestOptions?: RequestOptions; }