export declare type MessageName = 'contentTypeCharsetShouldBe' | 'contentTypeCharsetShouldBeNot' | 'contentTypeValueInvalid' | 'contentTypeValueShouldBe' | 'contentTypeValueShoudBeNot' | 'contentTypeValueShouldNotContaint' | 'description' | 'invalidMediaType' | 'name' | 'responseShouldIncludeContentType'; export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string; //# sourceMappingURL=i18n.import.d.ts.map