export interface FeedbackStrings { punctuationError: string; punctuationEndError: string; punctuationAndCaseError: string; quotationMarkError: string; typingError: string; caseError: string; minLengthError: string; maxLengthError: string; modifiedWordError: string; additionalWordError: string; missingWordError: string; missingWhitespaceError: string; extraWhitespaceError: string; flexibleModifiedWordError: string; flexibleAdditionalWordError: string; flexibleMissingWordError: string; spacingAfterCommaError: string; wordsOutOfOrderError: string; } export declare const feedbackStrings: FeedbackStrings; export declare const spellingFeedbackStrings: any;