export declare class FeedBackResponse { constructor(errorMessage: string); getErrorMessage(): string; }