/** @module Interface wasi:io/poll@0.2.3 **/ export function poll(in_: Array): Uint32Array; export class Pollable { /** * This type does not have a public constructor. */ private constructor(); block(): void; }