/** Extract bounded classifier text without serializing an entire provider body. */ export declare function boundedErrorText(value: unknown, maxChars?: number): string; /** Extract only provider error-semantic fields, excluding echoed request data. */ export declare function boundedProviderErrorText(value: unknown, maxChars?: number): string; export declare function safeErrorProperty(value: unknown, key: string): unknown;