import { InstrumentResult } from "../interface.js"; export declare function instrument(sourceWasms: string[], collectCoverage: boolean): Promise; //# sourceMappingURL=instrument.d.ts.map