export default toVoid;
/** @type {(...args: any[]) => void}  */
declare const toVoid: (...args: any[]) => void;
