export declare class LexFloatClientException extends Error { /** LexFloatClientException numeric identifier */ code: number; constructor(code: number); static getErrorMessage(code: number): string; } //# sourceMappingURL=lexfloatclient-exception.d.ts.map