export declare function applyLineLimit(text: string, trimMessage: string): string; export declare function fetchFileTrimMessage(url: string): string; export declare const SAFE_BASH_TRIM_MESSAGE = "[Output trimmed: showing first 100 lines only. Pipe output and grep if needed.]"; //# sourceMappingURL=apply-line-limit.d.ts.map