import { type InternalWasi } from '../interfaces.ts'; export declare function loadWasi(_allowedPaths: { [from: string]: string; }, _enableWasiOutput: boolean): Promise;