export declare class ResponseParams { errors: string[]; /** * Sets an error response */ setError: (errorMessage: string) => void; /** * Gets the last error response */ getLastError: () => string | null; } //# sourceMappingURL=utils.d.ts.map