import { GoFeatureFlagException } from './go-feature-flag-exception'; /** * Exception thrown when the WASM module returns an invalid result. */ export declare class WasmInvalidResultException extends GoFeatureFlagException { constructor(message: string); }