method Interface.prototype.once
#Interface.prototype.once(event: string,listener: (...args: any[]) => void,): this
#Interface.prototype.once(event: "close",listener: () => void,): this
#Interface.prototype.once(event: "line",listener: (input: string) => void,): this
#Interface.prototype.once(event: "pause",listener: () => void,): this
#Interface.prototype.once(event: "resume",listener: () => void,): this
#Interface.prototype.once(event: "SIGCONT",listener: () => void,): this
#Interface.prototype.once(event: "SIGINT",listener: () => void,): this
#Interface.prototype.once(event: "SIGTSTP",listener: () => void,): this