export declare class FeedBackResponse { constructor(errorMessage: string); getErrorMessage(): string; } //# sourceMappingURL=FeedBackResponse.d.ts.map