declare module 'layer8-interceptor-wasm' {
    export default function initializeL8(): Promise<WebAssembly.WebAssemblyInstantiatedSource>;
}
