import { GoFeatureFlagException } from './go-feature-flag-exception'; /** * Exception thrown when the WASM module cannot be loaded. */ export declare class WasmNotLoadedException extends GoFeatureFlagException { constructor(message: string); }