export default intoTheVoid;
/**
 * An adventure into the abyss of void!
 * @type {(...args: any[]) => void}  The explorers find nothing but void.
 */
declare const intoTheVoid: (...args: any[]) => void;
