import { GoFeatureFlagException } from './go-feature-flag-exception'; /** * Exception thrown when a required WASM function is not found. */ export declare class WasmFunctionNotFoundException extends GoFeatureFlagException { constructor(functionName: string); }