export declare function addCommandPrefixIfNeeded(projectName: string, chunk: any, encoding: string): {
    content: any;
    encoding: string;
};
export declare function addPrefixToLines(projectName: string, lines: string[]): any[];
