export declare function estimateMemoryTokens(content: string): number; export declare function isWithinBudget(content: string): boolean; export declare function wordCount(content: string): number; //# sourceMappingURL=memory-size-estimator.d.ts.map