export declare const errors: { missingValue: (key: string, type: string) => string; missingSubType: (key: string, type: string) => string; wrongType: (key: string, expectedType: string, foundType: string) => string; subTypeNotSupported: (key: string, type: string, subType: string) => string; missingParser: (key: string, type: string) => string; failToParse: (key: string, value: string, errorMessage: string) => string; invalidCodable: () => string; missingCodingProperties: () => string; };