/**
 * Truncates base64 encoded data in content to reduce file size
 * Detects common base64 patterns like data URIs and standalone base64 strings
 *
 * @param content The content to process
 * @returns Content with base64 data truncated
 */
export declare const truncateBase64Content: (content: string) => string;
//# sourceMappingURL=truncateBase64.d.ts.map